html, body {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #9B9B9B;
	background-color: #5A5A5A; 
	background-image:url(../../imgs/sev/bg.jpg); 
	background-repeat: repeat-y; 
	background-attachment: scroll; 
	background-position: center top;
	text-align: center;
}
