body {
	background-color:#000000;
}

#contain{
	position: absolute;
	width: 850px;
	height: 665px;
	top: 10px;
	left: 50%;
	margin-left: -425px;
	background-color: #444444;
	visibility: visible;
}

#header{
	position: absolute;
	width: 490px;
	height: 50px;
	top: 10px;
	left: 175px;
	visibility: visible;
}

#img{
	position: absolute;
	width: 800px;
	height: 533px;
	top: 60px;
	left: 25px;
	background-color:#CCCCCC;
	visibility: visible;
}

#nav{
	position: absolute;
	width: 764px;
	height: 60px;
	top: 600px;
	left: 43px;
	visibility: visible;
}

p{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

h1{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#7FC31C;
}

h2{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

a:link{
	text-decoration: none;
	color: #000000;
}

a:active{
	text-decoration: none;
	color: #4F4F4F;
}

a:visited{
	text-decoration: none;
	color: #4F4F4F;
}

a:hover{
	text-decoration: none;
	color: #7FC31C;
} 
