html {
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
	overflow: hidden; 
}

body {
	background-color: #000000; 
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
}

.hundred {
	width: 100%; 
	height: 100%; 
}

#facelift {
	position: absolute; 
	top: 0px; 
	left: 70px; 
	width: 120px; 
	height: 120px; 
}
/*#facelift a:hover {
	background-color: #b10e2e; 
}*/

#sap {
	position: absolute; 
	top: 0px; 
	left: 180px; 
	width: 120px; 
	height: 120px; 
}
/*#sap a:hover {
	background-color: #143e8b; 
}*/

#dirt {
	position: absolute; 
	top: 0px; 
	left: 290px; 
	width: 120px; 
	height: 120px; 
}
/*#dirt a:hover {
	background-color: #e55a26; 
}*/

#jarflies {
	position: absolute; 
	top: 0px; 
	left: 400px; 
	width: 120px; 
	height: 120px; 
}
/*#jarflies a:hover {
	background-color: #6d8710; 
}*/

#aic {
	position: absolute; 
	top: 0px; 
	left: 510px; 
	width: 120px; 
	height: 120px; 
}
/*#aic a:hover {
	background-color: #b39c29; 
}*/

#unplugged {
	position: absolute; 
	top: 0px; 
	left: 620px; 
	width: 120px; 
	height: 120px; 
}
/*#unplugged a:hover {
	background-color: #b42ba6; 
}*/

#navigation {
	position: relative; 
	width: 660px; 
	height: 370px; 
}
#content {
	position: absolute; 
	top: 150px; 
	left: 20px; 
	width: 700px; 
	height: 300px; 
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #aaaaaa; 
	line-height: 16px; 
	text-align: center; 
}
#content p {
	margin: 10px 0px; 
}
#content a:link,#content a:visited,#content a:active {
	color: #7f6f6f; 
	text-decoration: none; 
	font-weight: bold; 
}
#content a:hover {
	color: #9f8f8f; 
	text-decoration: underline; 
	font-weight: bold; 
}
#content input,#content textarea,#content option,#content select {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #767575; 
	background-color: #efeef1; 
	border: 1px solid #e1dfe5; 
	padding: 10px; 
}
#content textarea {
	scrollbar-face-color: #efeef1; 
	scrollbar-shadow-color: #efeef1; 
	scrollbar-highlight-color: #efeef1; 
	scrollbar-3dlight-color: #efeef1; 
	scrollbar-darkshadow-color: #efeef1; 
	scrollbar-track-color: #efeef1; 
	scrollbar-arrow-color: #7f6f6f; 
}
#content blockquote {
	background-color: #efeef1; 
	border: 1px solid #e1dfe5; 
	padding: 20px; 
}
#content h3 {
	font-family: Georgia, Times New Roman, serif; 
	font-variant: small-caps; 
	color: #7f6f6f; 
}

.codesort h2,.codesort h3 {
	display: none; 
}
.codesort form {
	text-align: center; 
}
#content div.codesort input {
	padding: 2px; 
}
.codebox {
	text-align: center; 
	background-color: #efeef1; 
	border: 1px solid #e1dfe5; 
	padding: 20px; 
	margin: 20px 40px 20px 40px; 
}

form {
	margin: 0px; 
	padding: 0px; 
}
