@charset "UTF-8";
body {
	margin: 30px;
	padding: 0px;
	background-color: #663399;
}

#bgContent {
	width: 720px;
	height: 510px;
	margin: 0 auto;
	position: relative;
	background: url(../images/bg.gif) no-repeat;
}

#flashContent {
	width: 700px;
	height: 290px;
	left: 10px;
	top: 106px;
	position: absolute;
	z-index: 1;
}

#buttons {
	width: 450px;
	height: 57px;
	position: absolute;
	left: 146px;
	top: 405px;
	z-index: 2;
}

#footer {
	width: 700px;
	margin: 0 auto;
	font-size: 11px;
	color: #e4d6e5;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a, #footer a:active, #footer a:visited, #footer a:link {
	color: #e4d6e5;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}
