@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #cfcfcf;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
}

#container {
	width: 600px;
	text-align: center;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	background-repeat: no-repeat;
}

a:link, a:visited{
	color: #E26700;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}

