body {
	margin-top: 20px;
	background-color:#000;
	text-align: center;
}
#mainpart {
	width: 740px ;
  	margin-left: auto ;
  	margin-right: auto ;
  	padding-top: 30px;

	background-color:#4B3E49;
	height: 600px;
}
h1 {
	margin-top: 30px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}
h2 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
}

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

a:hover {
color:#C93;
}

#subnav a {
color: #4B3E49;
text-decoration: none;
margin: 20px;
}

#subnav a:hover {
color: #FFF;
}

img {
	border: 0;
}


