body {
	background: #FFF;
}
:focus {
	outline: 0;
}

#meta_wrapper {
	height: 100%;
	width: 100%;
}

#wrapper {
	height: 500px;
	width: 100%;
	margin:0 auto;
	background: url(../images/lp_bg.jpg);
}

#logo {
	margin:0 auto;
	text-align: center;
}

.h100 {
	height: 100px;
}

#content {
	background-color: #000;
	color: #eee;
	padding:30px 0;
	line-height: 25px;
	font-size: 14px;
}

/* ---------- Utils ---------- */
.arrow {
	background: url(../images/arrow.jpg) no-repeat;
	display: block;
	float: left;
	height: 14px;
	margin: 7px 5px 0 15px;
	width: 14px;
}
.text {
	float: left;
}

.text a {
	color: #fff;
	float: left;
	text-decoration: none;
		
}
.text a:hover {
	color: #fff;
	float: left;
	text-decoration: underline;
		
}

/* ---------- End of Utils ---------- */

#footer {
	margin-top: 170px;
	font-size: 11px;
	text-align: center;
}

#footer  a {
	color: #000;
	text-decoration: none;	
}

#footer  a:hover {
	text-decoration: underline;	
}

.footerlinks {
	padding: 10px;
	text-align: center;
}