body {
	margin		: 0px;
	padding		: 0px;
	border		: none;
	font-family : Century Gothic, Verdana, Tahoma, sans-serif;
	font-weight	: bold;
	font-size	: 10px;
	text-align	: center;
	background	: #000000;
	color		: #fcbe00;
	overflow	: auto;
}

#content {
	margin 		: auto;
	margin-top	: 0px;
	padding		: 0px;
	border		: none;
	width		: 900px;
	height		: 600px;
	background	: #000000;
}

img {
	border		: none;
}




