/*****Reset******/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
/*****End Reset*****/

body
{
text-align: center;
background-color: #e9ebf2;
padding-top: 5px;
}

#container
{
position: relative;
width: 960px;
height: 520px;
margin: 0 auto;
}