body
{
	background: url("../background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-family: Century Gothic;
}


a
{
	color: white;
}

#wrapper
{
	margin: auto;
	width: 800px;
}


#headcontent
{
	width: 800px;
	font-size: 1.1em;
}


#nav
{
	color: white;
	text-align: center;
}


#maincontent
{
	background-color: black;
	width: 730px;
	min-height: 400px;
	margin-top: 30px;
	padding-left: 35px;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 30px;
	color: white;
}



