/* CSS Document */

/* Global Tags */
body       {
           margin: 0px;
           padding: 0px;
           background-color: #FFFFFF;
           font-family: Arial, Helvetica, sans-serif;
           font-size: 12px;
           color: #666666;
           text-align:center;
           }

img        {
           border:0px;
           }
           
a          {
           color: #666666;
           }
           
/* Grouped Classes */
.copryright    {
               color: #333333;
               font-family: Arial, Helvetica, sans-serif;
               font-size: 11px;
               }

/* Specific ID's */
#action_tag    {
               position: absolute;
               top: -100px;
               left: 0px;
               height: 1px;
               width: 1px
               }

#sitecontainer {               
               width: 1020px;
               margin: 0px auto;
               position: relative;
               top: -1px;
               }

#siteheader    {
               width: 1020px;
               height: 99px;
               }
#siteheader_disney    {
               width: 994px;
               height: 99px;
               }
#siteheader_side    {
               width: 13px;
               height: 99px;
               }

#sitebody      {
               width: 1020px;
               height: 610px;
               }

#flashcontainer {
               width: 1020px;
               height: 600px;
               }

#textonly      {
               width: 1020px;
               height: 10px;
               font-family: Arial, Helvetica, sans-serif;
               color: #666666;
               font-size: 10px;
               }
#synergy       {
               width: 1020px;
               height: 70px;
               }
               
#sitefooter    {
               width: 1020px;
               }
#billingrating {
               width: 1020px;
               }
#disneyfooter  {
               width: 1020px;
               }