html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #531F00; 
	background-image:url(../../imgs/backgrounds/bg01.jpg); 
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed; 
	font-family: Arial Narrow, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 17px;
}

:focus {
	outline: 0;
}
