body {
	background: url('../images/line.jpg') repeat-y left;
	background-color: #FF4800;	
}

.textinput {
	font: normal normal bold 9px/9px Century Gothic, verdana;
	border: 1px solid #000;
	height: 16px;
	padding-left: 2px;
}

.button {
	font: normal bold 10px/10px verdana;
	border: 1px solid #000;
	height: 16px;
	background-color: #F7E600;
	text-align: center;
}

#bio {
	z-index: 11;
	position: absolute;
	background-color: #E44000;
	top: 110px; 
	left: 50%;
	font: normal normal normal 10px/12px Century Gothic, verdana;
	color: #FFF;
	width: 500px;
	padding: 10px;
	text-align: justify;
	margin-left: -250px;
}

#shoutbox {
	z-index: 11;
	position: absolute;
	border: 1px solid #CCC;
	background-color: #E44000;
	top: 50px; 
	left: 50%;
	font: normal normal bold 11px/12px Century Gothic, verdana;
	color: #FFF;
	margin-left: 180px;
}

#maillist {
	z-index: 11;
	position: absolute;
	border: 1px solid #CCC;
	background-color: #E44000;
	bottom: 10px;
	padding: 5px;
	left: 4;
	width: 160px;
	font: normal normal normal 9px/12px Century Gothic, verdana;
	color: #FFF;
}

#shoutboxtitle {
	z-index: 11;
	position: absolute;
	border: 1px solid #CCC;
	background-color: #E44000;
	color: #FFF;
	top: 25px; 
	left: 50%;
	margin-left: 180px;
	height: 17px;
	width: 215px;
	font: normal normal bold 10px/12px verdana;
	text-align: center;
	padding-top: 3px;
}

.file {
	text-decoration: none;
	color: #F7E600;
	font: normal normal bold 14px/17px century gothic, verdana;
}

.file:hover {
	text-decoration: none;
	color: #fff;
}

.smalllink {
	text-decoration: none;
	color: #F7E600;
	font: normal normal bold 10px/12px century gothic, verdana;
}

.smalllink:hover {
	text-decoration: none;
	color: #fff;
}

#files {
	position: absolute;
	z-index: 10px;
	top: 100px; 
	left: 50%;
	width: 250px;
	margin-left: -500px;
	color: white;
	font: normal normal bold 12px/17px verdana;
}

#logo2 {
	z-index: 10;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -130px;
}

#logo {
	z-index: 10;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -330px;
}

#otherlogos {
	z-index: 10;
	position: absolute; 
	bottom: 10px;
	right: 50px;
}

#eq {
	z-index: 0;
	position: absolute; 
	top: 200px; 
	left: 50%;
	margin-left: -250px;
}