body{
	position:absolut;
	width:100%;
	height:100%;
	margin:0px; 
	padding:0px;
	background-color: #ffffff;				
}
.flashcontent {
	width:980px;
	height:700px;   
	margin:0px; 
	padding:0px;
	float:left;
	overflow:visible; 
}
#flashborder {
	width:980px;
	height:675px;
	border-top-width:0px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-color:#AAAAAA;
	border-style:solid;        
	margin:0 auto;
}
#container {
	width:980px;
	margin:0 auto;
}
#footer {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#AAAAAA;
	padding-top:10px;
	background-repeat:no-repeat;
	width:100%;
	text-align:center;
	height:40px;
	clear:both;
}
#footer a {
	color:#AAAAAA;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	color:#AAAAAA;
	font-size:11px;
	text-decoration:underline;
}

