html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #FF5400; 
	background-image: url(../../imgs/sev/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 15px;
	text-algin: center;
}

:focus {
	outline: 0;
}

img, div {
   behavior: url(/ext/iepngfix.htc);
}
