body, html
{
    height:100%;
    margin:0px;
    padding:0px;
    overflow:auto;
	background-color: #000000;
}
#centercontent
{
	display: table;
	height:100%; 
	width:540px; 
	overflow: hidden;
	border:solid 1px #ffffff;
}
.footer
{
	width:600px;
    color: #666666;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #000000;
}
a.footer_link
{
    color: #666666;
    font-family: Verdana, Arial;
    font-size: 10px;
    text-decoration: none;
}
a.footer_link:hover
{
    text-decoration: underline;
}
#placement{
	text-align:center;
	height:477px;
	width:1209px;
	margin-top:0px;
	padding-top:250px;
	background:url("../img/placement.jpg") no-repeat top left #000;
}