/*basics*/
* {border:0;}
html,body {height: 100%;}
body {
    margin-top:0; padding-top:0;margin-bottom:0; padding-bottom:0;
	background:#C6471C;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	font-style: normal; font-weight: normal; 	
}
a{color: black; text-decoration: none;} 
a:hover{text-decoration: none; color: #f9cd00;} 
a:focus{text-decoration: none; color: #f9cd00;} 
a:visited{color: black; text-decoration: none;} 
/*basics*/

/*construction*/
#all {
    position: relative;
	min-height:100%;
	height:100%;
	margin-left: auto;
    margin-right: auto;

}
#enter {
	 width:182px;
	 margin-left: auto;
     margin-right: auto;
}
#footer {
text-align:center;
    position: absolute;
	bottom:0px;
	font-family:Arial, Helvetica, sans-serif; color:black; font-size:9px;
}
