body{
font-family:Tahoma;
font-size:11px;
background: url("../image/back.png");
background-repeat: no-repeat;
background-color:black;
color:white;
}


div#header{
width:800px;
margin-left:auto;
margin-right:auto;
}

li.menuItem{
width:120px;
height: 50px;
float:left;
text-align:center;
border-style:solid;
border-color:white;
border-width:1px;


}


div#flashAnimation{
width:800px;
margin-left:auto;
margin-right:auto;
}

div#menu{
width:800px;
margin-left:auto;
margin-right:auto;
height:50px;
margin-bottom:10px;
}

div#content{
width:1080px;
margin-left:auto;
margin-right:auto;
margin-top:10px;

}

div#leftPanel{
width:200px;
float:left;
}

div#newsPanel{
width:520px;
float:left;
}

div#rightPanel{
width:260px;
float:right;
}



