html { min-height: 100%; margin-bottom: 1px; } /*Ensures scrollbar is always present in FF/Safari/etc...*/

body 
{
background-color:#444444;
padding:0px;
margin:0px;
}

img {display: block; border:none;}

div#main 
{
width:800px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#mainleft
{
width:98px;
height:300px; 
float:left;
border-left:1px solid white;
border-right:1px solid white;
border-bottom:1px solid white;
}

img.imgmainleft
{
width:98px;
height:99px;
border-bottom:1px solid white;
}

div#movie
{
width:300px;
height:300px;
float:left;
border-bottom:1px solid white;
}

div#mainright
{
width:98px; 
height:300px;
float:left;
border-left:1px solid white;
border-right:1px solid white;
border-bottom:1px solid white;
}

img.imgmainright
{
width:98px;

height:99px;
border-bottom:1px solid white;
}

div#whatsnew
{
width:139px;
height:300px;
float:left;
padding-left:5px;
padding-right:5px;
border-right:1px solid white;
text-align:center;
border-bottom:1px solid white;
background-color:#000066;
}

/*
div#greeting
{
width:139px;
height:18px;
text-align:center;
background-color:#000066;
}
*/

div#whatsnewtop
{
width:139px;
height:15px;
text-align:center;
margin-top:4px;
font-size:11px;
background-color:#000066;
}

#whatsnewtop a {color:#e6e60f; text-decoration:none; text-align:center;}
#whatsnewtop a:hover {color: #FFFFFF;}

div#scroller
{
width:139px;
/*height:252px;*/
height:261px;
background-color:#000066;
text-align:left;
font-size:9px;
color:#ffffff;
}

div#whatsnewbottom
{
width:139px;
height:15px;
margin-bottom:4px;
text-align:center;
font-size:11px;
background-color:#000066;
}

#whatsnewbottom a {color:#e6e60f; text-decoration:none; text-align:center;}
#whatsnewbottom a:hover {color: #FFFFFF;}

div#flex
{
float:right;
width:148px;
height:71px;
border-right:1px solid white;
/*border-top:1px solid white;*/
/*border-bottom:1px solid white;*/
background-color:#000066;
}

div#flexcont
{
float:left;
margin:0;
padding:0;
overflow:hidden;
width:149px;
height:300px;
border-bottom:1px solid white;
border-right:1px solid white;
}

ul.scroller
{
list-style:none; 
margin-left:0;
padding-left:1em;
text-indent:-1em;
}