body {
	background-color:#050202;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.main {
	width:900px;
	height:675px;
	background-image: url("background.png");
	background-size: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	position:relative;
}

.nav {
	display:block;
	position:absolute;
	width:100px;
	height:37px;
	left:742px;
	/*background-color:rgba(255,255,255,.5);*/
}

#content {
	position:absolute;
	top:60px;
	left:223px;
	width:480px;
	height:510px;
}
