@charset "UTF-8";
#mainContainer {
	width: 1280px;
	position: relative;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#mainContent  {
	height: 850px;
	width: 1280px;
	top: 50px;
	position: relative;
}
body {
	background-color: 000000;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
