/* reset */

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,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body {
	font-family:Helvetica, Arial, sans-serif;
	color: #333;
}

h1 {
	font-size: 148px;
	position:absolute;
	bottom: 20px;
	left: 20px;
	text-transform: uppercase;
	font-weight: 900;
	text-indent: -999999px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	height: 141px;
	width: 736px;
}

ul#nav {
	float:right;
	font-size: 24px;
	margin-top: 24px;
	margin-right: 40px;
}

ul#nav li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration:none;
	padding: 8px;
	background-color: #C00;
}

ul#nav li a:hover {
	color: #C00;
	color: #fff;
	background-color: #333;
}

div {
	position:absolute;
	bottom:132px;
	font-size:28px;
	left:294px;
}

