html, body {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color:#565656;
	font-family:tahoma;
	width:100%;
	height:100%;
	background:#E0DFDC;				
}
img {
	display: block;
	padding: 0;
	margin: 0;
}

.cleaner {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	width: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.content {
	min-height:100%;
	border:0px solid red; 
	width:780px; 
	position:absolute;
	left:50%;	
  	height:auto !important;
  	height:100%;	
}
.footer {
	border-top:3px solid #E0DFDC;
	border-bottom:10px solid #E0DFDC;
	height:74px;
	background:#2A2A2A;
	position:absolute; 
	bottom:0px;
	width:100%;
	padding-top:10px;
	padding-bottom:7px;
}
.hrefs a {
	color:#FD5300;
}
 .menu { 	
	width:130px; 
	display:block; 
	float:left; 
	height:100%; 
	line-height:21px;
	text-align:center;
 }
 .menu:link{color: #FF5400; text-decoration: none; background:#2A2A2A; }
 .menu:visited { color: #FF5400; text-decoration: none; background:#2A2A2A; }
 .menu:hover { color: #2A2A2A; text-decoration : underline; background:#FD5300;  }
 .menu:active { color: #FF5400; text-decoration: none;  background:#2A2A2A;} 

 .bott_href a{
 	color: #FF5400; 	
 }