body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #313031;
}

h1 {
	line-height: 64px;
	font-family: 'Bevan', arial, serif;
	font-size: 62px;
	font-weight: normal;
}

h2{
	line-height: 32px;
	font-family: 'Bevan', arial, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;	
	color: #fff;
}

.dark {
	color: #1c1b1b;
}

.clear{
	clear:both;
}

#container{
	position:absolute;
	top:50%;
	height:200px;
	margin-top:-100px; /* negative half of the height */
	left:50%;
	width:1000px;
	margin-left:-500px;
}

#headline {
	position:absolute;
	top:50%;
	height:200px;
	margin-top:-100px; /* negative half of the height */
}

#contact{
	position:absolute;
	left:550px;
	top:50%;
	height:200px;
	margin-top:-100px; /* negative half of the height */
}

td{
	white-space:nowrap;
}

label{
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Bevan', arial, serif;
}

#loading{
	position:relative;
	bottom:12px;
	visibility:hidden;
}
