body, html
{
margin:0px;
padding:0px;
height: 100%;
}

#main_container
{
font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
font-size: 10pt;
width:250px;
margin:0 auto;
}

#header
{
height:260px;
width:250px;
}

#content
{
border-radius:10px 10px 0 0;
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px 10px 0 0;
width:250px;
background-color:#2175bc;
float:left;
text-align: center;
border-bottom: 1px solid #90bade;
color: #fff;
font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
font-size: 10pt;
}

#footer
{
border-radius:0 0 10px 10px;
-moz-border-radius:0 0 10px 10px;
-webkit-border-radius:0 0 10px 10px;
font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
font-size: 10pt;
background-color:#2175bc;
border-bottom: 1px solid #90bade;
color: #fff;
height: 18px;
width: 250px;
float:left;
text-align: center;
}

.clear {clear:both;}