/* CSS Document */
table, tr, td, div, img, form, object, embed, h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, li, cite, a{
border-width: 0;
margin: 0;
padding: 0;
}

html{ 
height: 100%;
}

body { 
background: #457;	
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#666;
height: 100%;
text-align:center;
margin: 0;
padding: 0;
}

a{
color: #346;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}


#page_container{
width: 750px;
margin-left: auto;
margin-right: auto;
text-align:left;
background:#fff;
}


.clear{
clear:both;
}