
body {
	background: #000000;
}

#main {
	margin: auto;
	width: 1000px;

}

h1, h2 {
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:27px;
	line-height:100%;
	text-align:center;
}

h1 {
	color: #FCD793;
	padding: 20px 0 0 0;
	font-size: 40px;
}

h1 a {
	color: #FCD793;
	text-decoration: none;
}

h2 {
	color: #FCD793;
}

h2 a {
	color: #B85B5A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	clear:both;
	display:block;
	margin-left:auto;
	margin-top: 200px;
	margin-right:auto;
}