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

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 655px;
	width: 935px;
	margin-top: -330px;
    margin-left: -467px;
}
#flashContent {
	display: block;
	height: 610px;
	width: 935px;
}
#footerLeft {
	display: block;
	text-align: left;
	clear: both;
	float: left;
	width: 457px;
	height: 40px;
	padding: 5px 0px 0px 10px;
}
#footerRight {
	display: block;
	text-align: right;
	float: left;
	width: 457px;
	height: 27px;
	font-size: 10px;
	color: #CCCCCC;
	padding: 18px 10px 0px 0px;
}
a, a:link, a:visited  {
	color: #FF5800;
	text-decoration: none;
}
a:hover, a:active {
	color: #4A4A4A;
}
