/* CSS Document */

html, body {
	margin: 0 auto;
	padding:0;
	height: 100%;
	width:100%;
	font-family: Tahoma;
	font-size: 11px;
	color: #fee2b2;
	background-color:#000000;
	overflow:hidden;
	behavior: url("/css/csshover3.htc"); 
}


#background{ position:absolute;z-index:1; width:100%; height:100%;}
#scroller {
	position:absolute;
	width:100%;
	z-index:2;
	overflow-y:scroll;
	height: 100%;
	l:0;
	t:0;
} 

#footer, #push {
	position: relative;
	text-align:center;
	height: 50px;
}


#content {
	width:775px;
	padding:5px 0px 20px 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #fee2b2;
	text-align:left;
	line-height:1.3em;
	margin:0;
}
#content2 {
	width:740px;
	padding:5px 0px 20px 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #fee2b2;
	text-align:left;
}
#alpha{background-color:#ffffff;	 filter: alpha(opacity=40);	 -moz-opacity: .5;	 KhtmlOpacity: .5;	 opacity: .5;}
<!--p {line-height:1.3em; text-align:left;}
#fixed {position:absolute; top:25px; left:10px; width:150px; z-index:10; color:#567; border:1px solid #000; padding:10px;}

.comment{
	font-family: Tahoma;
	font-size: 11px;
	color: #fffffe;
}
a:link {text-decoration:underline;color:#fee2b2;font-family: tahoma;font-size: 11px;}
a:visited {text-decoration:underline;color:#fee2b2;font-family: tahoma;font-size: 11px;}
a:hover {text-decoration:underline;color:#ffffff;font-family: tahoma;font-size: 11px;}
a:active {text-decoration:underline;}

a.nav:link {text-decoration:none;color:#edb979;font-family: tahoma;font-size: 11px;}
a.nav:visited {text-decoration:none;color:#edb979;font-family: tahoma;font-size: 11px;}
a.nav:hover {text-decoration:none;color:#eda44a;font-family: tahoma;font-size: 11px;}
a.nav:active {text-decoration:none;}

input,textarea,select {
	font-family: tahoma;
	font-size: 11px;
	color: #885704;
	background-color:#ffffff;
	border-width:1px;
	border-color:#8c8c8c;
	border-style:solid;
}
input.button1{
	background-color:#fee2b2;	
	cursor:pointer;
	font-family: tahoma;
	font-size: 11px;
	color: #885704;	
    border-width:1px;
	border-style:solid;
}