@charset "utf-8";
body {
	background-color: #000;
	background-image: url(images/bg-2.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #003FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#container {
	width: 681px;
	height: 431px;
	background-image:url(images/UnderConstruction_BG.png);
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width: 80%;
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-left: 20px;
}
