@charset "utf-8";

body {
	background-color: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9966;
}
a:hover {
	text-decoration: underline;
	color: #FF5353;
}
a:active {
	text-decoration: none;
}

#mainBody {
	height: 600px;
	width: 900px;
	text-align: center;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;

	margin-right: auto;
	margin-left: auto;
}

#mainBody #flashContent2 {

}

#mainBody #flashContent2 p {
	margin-top: 20px;
}
