@charset "utf-8";
/* CSS Document */

body,div,a,lu,li,img
{
 padding:0px;
 margin:0px;
}
body
{
 background-color:#555555;
 text-align:center;
}
.container
{
 clear:both;
 margin:auto;
 width:1000px;
 height:auto;
 
}
.flashmain
{
height:570px;
}
.footer
{
 clear:both;
}
.footer p
{
	padding:0px;
	margin:-15px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align:center;
	line-height:20px;
}
.footer p a
{
	padding:0px;
	margin:0px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}


