
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* Disney DVD Games                              */
/* General stylesheet                            */
/* - - - - - - - - - - - - - - - - - - - - - - - */
@media screen {

body { color: #000; font: .7em Verdana, "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif; text-align: center; margin: 0; padding: 0; background: url(../images/bg_page_solid.png) #fff; }
#wrapper { background: url(../images/bg_page_gradient.png) 0 0 repeat-x; }

#contentwrapper { width: 770px; margin: 0 auto; }

  //#chrome table { background: #333 !important; }
object, embed { margin: 0 auto; padding: 0; display: block; }

p.satisfaction a { color: #000; font-size: 1em; text-decoration: underline; }
p.satisfaction a:hover { color: #333; }

#footer td, #footer span { color: #000 !important; }
#footer table { margin: auto; border: 0; border-collapse: collapse; }
#footer span { margin-top: 1.5em; display: block; }
#footer a { color: #000 !important; font-size: .7em !important; text-decoration: none; }
#footer a:hover { color: #333 !important; text-decoration: underline; }


/* No Flash */
body.noflash { background-color: #000f22; background-image: none !important;}
#content { background-image: url(../images/background.jpg); width: 770px; height: 500px; margin: 0 auto; position: relative; }
#flashplayer { position: absolute; top: 372px; left: 550px; }
#logo { position: absolute; top: 0; left: 0; }
img { border: 0; }

}