@charset "UTF-8";
/* CSS Document */

body {

	background: #000 top center no-repeat;
	background-image: url(../i/contact.jpg);

}
a {
	text-decoration: none;
}

div#page {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	padding-top: 1.5em;
}


h1 {
	width: 225px;
	height: 40px;
	position: absolute;
	top: 80px;
	right: 10%;
}


h1 a {
	color: #000000;
	width: 225px;
	height: 40px;
	display: block;
}

ol#nav {
	right: 40px;
	top: 55px;
	position:absolute;
	text-align: right;
	background: #fff;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	display:inline;
	
}


ol#nav li {
	display: inline;
	padding: 0 10px;
}

ol#nav li a {
	color: #000000;
}


ol#nav li a:hover {
	border-bottom: 3px solid #000000;
}

