html, body {
  height:100%;
}

body {
	background: #f0f0f0;
	text-align: center;
	margin-top: 0px;
	font-family:Verdana, Arial;
	font-size:11px;
}
#header {
	width: 834px;
	height: 119px;
	margin: 0px auto;
	margin-top:30px;
	background: url(images/header.png) no-repeat;
}
#banner_left{
	width: 120px;
	height:600px;
	float:left;
	padding-top:45px;
}
#all_over{
	width: 1074px;
	min-height:100%;
	margin:0px auto;
}
#banner_right{
	width: 120px;
	height:600px;
	float:right;
	padding-top:45px;
}
#login{
	width:437px;
	height:68px;
	background: url(images/login.png) no-repeat;
	float:right;
	margin-top:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#login a{
	text-decoration:none;
	color:#7f7f7f;	
}
#login a:hover{
	text-decoration:none;
	color:#66aa2f;	
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#page {
	width: 834px;
	height: 446px; 
	margin: 0px auto;
	padding-top:10px;
	background: url(images/content.png) no-repeat;
}
#menue {
	width: 834px;
	height: 40px;
	margin: 0px auto;
}
#footer {
	width: 834px;
	height: 39px;
	margin: 0px auto;
	background: url(images/footer.png);
}
.first_button {
	display:block;
    background-image:url(images/first_button.png);
    width:175px; 
	height:39px ;
	border: hidden;
}
#content {
	width: 670px;
	/*height:100%;*/
	height:420px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:2px;
	padding-left:20px;
	text-align:left;
	margin:0px auto;
}
h1 {
/*	color:#71fb05; */
	color:#8ae52c;
	font-style:bold;
	font-size:11px;
}
