@charset "utf-8";
html, body {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #303c39;
	color:#838a88;
	margin:0px;
	padding:0px;
	
}
h1 {
	margin:0px;
	padding:0px;
}
#main_container {
	text-align:center;
	position:relative;
	height:100%;
}
#content {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-260px;
	text-align:center;
}
h1 {
	background-image:url(../images/logo_yard_cover.jpg);
	height:207px;
	width:520px;
	text-indent:-9999px;
}
.contact .phone {
	float:left;
	background-image:url(../images/i_phone.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	text-align:left;
}
.contact .email {
	float:right;
	background-image:url(../images/i_email.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:20px;
	text-align:left;
}
.contact .email a {
		color:#838a88;
		text-decoration:none;
}
.contact .email a:hover {
		color:#fff;
}
.contact {
	width:240px;	
	padding:25px 0px 30px 0px;
	margin:0px auto;
	
}
.requirments {
	padding-bottom:20px;
}
.requirments a {
	color:#fff;
	text-decoration:none;
	
}

#get_flash_player {
	position:absolute;
	bottom:20px;
	right:20px;
}

