html, body
{
height:100%;
margin:0px;
margin-bottom:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
background-color:#000000;
font-family:Verdana, Helvetica, Arial, sans-serif;
color:#000000;
background-image: url(../layout/gradient_blue_background.jpg); background-repeat: repeat-x; background-position:top;
font-size:12px;
text-transform:none;
letter-spacing:normal;
line-height:normal;
}
div.main
{
display:table;
margin-left:auto;
margin-right:auto;
min-width:100%;
width:100%;
}

div.container
{
background-color:#FFFFFF;
vertical-align:top;
max-width:975px;
width:975px;
height:100%;
margin-left:auto;
margin-right:auto;
margin-top:50px;
margin-bottom:50px;
box-shadow: 0px 20px 50px 0px #000; border-color: #333333; border-width:1px; border-style:solid; border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
}
