/* CSS RESET RELOADED */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0; font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit; margin:0; outline:0; padding:0; vertical-align:baseline; }
:focus {outline:0; }
body {background:white; color:black; line-height:1; }
ol, ul {list-style:none; }
table {border-collapse:separate; border-spacing:0; }
caption, th, td {font-weight:normal; text-align:left; }
blockquote:before, blockquote:after, q:before, q:after {content:""; }
blockquote, q {quotes:"" ""; }

body {
	  margin:0px;
	  font-family:helvetica, verdana, arial;
	  background-color:white;
	  font-size:14px;
	  color:white;
}

header { 
	background-color:black;
	height:200px;
     position:absolute;
     z-index:50; 
     top:35%;
     width:100%;
     margin-top:-100px;
     font-size:14px;
}

section {
	width:800px;
	height:230px;
	margin:auto;
	display:block;
}

h1 {
	font-family:.tk-raleway;
	font-size:60px;
	float:left;
    background-image:url('../images/wallpaper.png');
    height:125px;
    width:500px;
    padding-top:75px;
    text-align:center;
}

section ul {
	list-style-type:none;
	float:right;
	line-height:30px;
	text-align:right;
	height:100px;
}

section a {
	font-family:.tk-raleway;
	font-size:18px;
	text-decoration:none;
	color:white;
}

section a:hover {
	color:#d6e667;
}

nav {
	display:block;
}

nav ul {
	list-style-type:none;
	float:right;
	line-height:30px;
	text-align:right;
	height:110px;
	margin-top:24px;
}

nav a {
	font-size:18px;
	text-decoration:none;
	color:white;
}

nav a:hover {
	color:#d6e667;
}

