@import url('reset.css');

body {
	background-color: #2F2F2F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	
}

p {
	margin-bottom: 1.5em;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#blockbottom a {
	color: #6F6F6F;
}

#wrapper {
	background-image: url('start_back.jpg');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	height: 290px;
	width: 100%;
	top: 50%;
	margin-top: -250px;
	padding-top: 160px;
	padding-bottom: 50px;
}

#blockleft, #blockright {
	/*font-family: 'Lucida Grande',Arial,Helvetica,Sans-Serif;*/
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	
	
	height: 240px;
	width: 34%;
	float: left;
	text-align: center;
}

#blockleft {
	padding-left: 16%;
}

#blockright {
	padding-right: 16%;
}

#blockleft .inner {
	float: right;
	width: 300px;
}

#blockright .inner {
	float: left;
	width: 300px;
	
}

#blockbottom {
	text-align: center;
	clear: both;
	width: 100%;
	height: 50px;
}
