body {
	background-color:	white;
	text-align:		center;
	margin-top:		0px;
	margin-left:		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;
}


#main {
	position:		absolute;
	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;

}

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

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

#about {
	position:		relative;
	font-size:		12pt;
	top:			25px;
	width:			450px;
	margin-left:		50%;
	left:			-225px;
	
}

#hack {
	position:		relative;
	margin-left:		50%;
	left:			-152px;
	border-style:		solid;
	border-width:		0px;
	height:			180px;
	width:			304px;
	top:			20px;
	

}

#img01 {
	position:		relative;
	background-color:	black;
	
	float:			left;
	height:			28px;
	width:			50px;
}

#img02 {
	position:		relative;
	background-color:	black;
	left:			1px;
	height:			28px;
	width:			50px;
	float:			left;
}

#img03 {
	position:		relative;
	background-color:	black;
	float:			left;
	left:			2px;
	height:			28px;
	width:			50px;
}

#img04 {
	position:		relative;
	background-color:	black;
	float:			left;
	left:			3px;
	height:			28px;
	width:			50px;
}

#img05 {
	position:		relative;
	background-color:	black;
	float:			left;
	left:			4px;
	height:			28px;
	width:			50px;
}

#img06 {
	position:		relative;
	background-color:	black;
	float:			left;
	left:			5px;
	height:			28px;
	width:			50px;
}

#img01 img {
	position:	absolute;
	top:		35px;
	left:		0px;
	height:		0px;
	width:		50px;
}

#img02 img {
	position:	absolute;
	top:		35px;
	left:		-51px;
	height:		0px;
	width:		50px;
}

#img03 img {
	position:	absolute;
	top:		35px;
	left:		-102px;
	height:		0px;
	width:		50px;
}

#img04 img {
	position:	absolute;
	top:		35px;
	left:		-153px;
	height:		0px;
	width:		50px;
}

#img05 img {
	position:	absolute;
	top:		35px;
	left:		-204px;
	height:		0px;
	width:		50px;
}

#img06 img {
	position:	absolute;
	top:		35px;
	left:		-255px;
	height:		0px;
	width:		50px;
}

#img01:hover {
	height:			28px;
	background-color:	#ea3b20;
}

#img02:hover {
	height:			28px;
	background-color:	#ea3b20;
}

#img03:hover {
	height:			28px;
	background-color:	#ea3b20;
}

#img04:hover {
	height:			28px;
	background-color:	#ea3b20;
}
#img05:hover {
	height:			28px;
	background-color:	#ea3b20;
}

#img06:hover {
	height:			28px;
	background-color:	#ea3b20;
}


#img01:hover img {
	height:			171px;
	width:			305px;
}

#img02:hover img {
	height:			171px;
	width:			305px;
}

#img03:hover img {
	height:			171px;
	width:			305px;
}

#img04:hover img {
	height:			171px;
	width:			305px;
}

#img05:hover img {
	height:			171px;
	width:			305px;
}

#img06:hover img {
	height:			170px;
	width:			305px;
}

#clip {
	position:		relative;
	margin-left:		50%;
	left:			-225px;
	top:			55px;
	width:			450px;
	height:			50px;
	font-size:		12px;
	
	
}



#clip pre {
	margin-top: 		0; 
	text-indent: 		5%;
	position:		relative;
	left:			0px;
	top:			0px;	
	border-width:		0px;
	border-style:		solid;
	white-space:		normal;
	
}







