html, body {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #9E9869; 
	background-image: url(../../imgs/sev/bg.jpg); 
	background-repeat: repeat-x; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 17px;
	text-align: center;
}
