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

body {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #0E0E0E;
	background-image: url(../images/bg-gradient.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#mainContent {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 495px;
	padding: 0;
}
#flashContainer {
	
}

