html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}    
body {
	background-image: url(../images/background.jpg);     
	position: relative; margin: 0; padding: 0; min-width:1100px; 
}  		 
.buttons{
	width: 95px; 
	cursor: pointer; 
	display: block;			
}
.style3 {color: #FFFFFF}
html>body, html>body #contents {
	height: auto;
}
body {
	margin: 0;
	font-family: Arial, sans-serif;
	border-color: #101010;
}
#contents {
	position: absolute;
	top: 0;
    left: 0;

}
#footer {
	position: absolute;
	bottom: 4px;	
	width: 70%;
	text-align: center;
	padding: 0 15%;
	height: 54px;
}
#footer {
    \width: 100%;
    w\idth: 70%;
}
#main {
	margin-bottom: 5em;
	height: auto;
	padding: .5em;
}                   
                    
