html, body{
	margin: 0;
	padding: 0;
}

body{
	background-color: #24231e;
	color: white;
	font-size: 15px;	
	line-height: 19px;
	word-spacing: 1px;
	font-family: Arial,Helvetica,sans-serif;
	height: 100%; 
	width: 100%;
}

.wrap{
	background-color: #040404;
	width: 1000px;
	height:600px;
	margin: 40px auto;			
}

.header_img {	
	width: 520px;
	height: 500px;
	position: relative;
	top: 80px;	
	z-index: 10;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(display_logo.png);
}

ul.nav_links {
	width: 190px;
	padding: 0;
	margin:0;
	top: 280px;
	left: 165px;
	position: relative;
	text-align: center;	
	z-index: 10;
	list-style-type: none;	
}

a.nav_active{
	padding: 3px;
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
	color: #626054;
}

a.nav_button {
	padding: 3px;
	color: white;
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
}

a.nav_button:hover {
	background-color: #e5b463;
	color: #25231f;
}

#display_img{
	float: right;
	margin-right: 46px;
}