body, html
{
    height:100%;
    margin:0px;
    padding:0px;
    overflow:hidden;
}
#flashcontent {
		/*border: solid 1px #000;*/
		width: 575px;
		height: 600px;
		float: left;
		margin:1px;
}
.placement{
	position:relative;
}
#centercontent
{
	display: table;
	height:100%; 
	width:540px; 
	overflow: hidden;
}
.footer
{
	width:600px;
    color: #666666;
    font-family: Verdana, Arial;
    font-size: 10px;
}
a.footer_link
{
    color: #666666;
    font-family: Verdana, Arial;
    font-size: 10px;
    text-decoration: none;
}
a.footer_link:hover
{
    text-decoration: underline;
}

