html {
	height: 100%; 
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
}

body {
	background-color: #000000; 
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
}

.hundred {
	width: 100%; 
	height: 100%; 
}

* {
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #000000; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #ff0000; 
}

.skulls {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
}

#mainframe {
	position: relative; 
	width: 290px; 
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
	overflow: auto; 	
}

#graphiclay {
	position: relative; 
	width: 260px; 
	height: 125px; 
	margin: 20px 0px 20px 0px; 
	padding: 0px; 
}

#content {
	position: relative; 
	width: 240px; 
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; 
	font-size: 7pt; 
	color: #ffffff; 
	text-align: justify; 
}
#content a:link,#content a:visited,#content a:active {
	color: #ff0000; 
	font-weight: bold; 
	text-decoration: none; 
}
#content a:hover {
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: underline; 
}
#content input,#content textarea,#content option,#content select {
	background-color: #ffffff; 
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; 
	font-size: 7pt; 
	color: #000000; 
	border: 1px solid #ff0000; 
}
#content blockquote {
	margin: 0px 20px 0px 20px; 
	padding: 0px; 
}

#content img.albums {
	border: 1px solid #111111; 
	margin: 5px 10px 5px 10px; 
}

.codesort h2,.codesort h3 {
	display: none; 
}
.codesort form {
	text-align: center; 
}
.codebox {
	text-align: center; 
}

form {
	margin: 0px; 
	padding: 0px; 
}
