body {
	background-color:	#FFFFFF;
	color:			#000000;
	text-align:		center;
	margin-top:		0px;
	margin-left:		0px;
}	

#main {
	position:		absolute;
	
	background-color:	#FFFFFF;
	color:			#000000;
	width:			775px;
	height: 		370px;
	margin-top:		-185px;
	margin-left:		-400px;
	left:			50%;
	top:			50%;
	border-style:		solid;
	border-width:		1px;
	
}

#left {
	margin-top:		0px;
	margin-left:		0px;
	position:		relative;
	width:			290px;
	height:			368px;
	float:			left;
	border-style:		solid;
	border-width:		0px;
}

#title {
	margin-left:		-1px;
	margin-top:		-52px;
	position:		relative;
	width:			775px;
	border-style:		solid;
	border-width:		1px;
	border-top:		0px;
	border-left:		0px;
	border-right:		0px;
}



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

a:visited {
	color:			#999;
	text-decoration:	none;
}
a:hover {
	color:			black;
	text-decoration:	none;
}
a:active {
	color:			black;
	text-decoration:	none;
}

#image_container {
	position:		absolute;
	left:			290px;
	border-style:		solid;
	border-width:		1px;
	
	height:			370px;
	width:			484px;
	padding:		0px;
	top:			-1px;

}

#hack {
	position:		relative;
	margin-left:		50%;
	left:			-242px;
	
	border-style:		solid;
	border-width:		0px;
	height:			330px;
	width:			484px;
	
}

#nav {
	position:		absolute;
	margin-left:		0%;
	left:			15px;
	top:			10px;
	font-family:		sans-serif;	
	
}

#news {
	position:		relative;
	top:			100px;
}

#contact {
	position:		absolute;
	left:			-175px;
	top:			310px;
	color:			black;
	
	width:			350px;
	margin-left:		50%;
	border-style:		solid;
	border-width:		0px;
}

#copyright {
	position:		absolute;
	left:			-175px;
	top:			345px;
	
	
	width:			350px;
	margin-left:		50%;
}

#contact p {
	color:			black;
	font-size:		9pt;	
}

#copyright p { 
	color:			#666666;
	font-size:		7pt;
}

