body {
	/*background:#E5E5E7 url('images/gradient.jpg') no-repeat center top;*/
	font:10px verdana, sans-serif;
	margin:0;
	padding:0;
	color:#1a171b;
}

.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1000;
}

#page {
	text-align:center;
}

#page h1 {
	font-size:19px;
	font-weight:normal;
	margin:10px 0;
}

.content {
	color:#91999b;
}

#footer {
	background-color:#91999b;
	color:white;
	height:111px;
}

#footer div.wrapper {
	width:1024px;
	margin:0 auto;
	position:relative;
}

#footer div.contact {
	float:left;
	padding:18px 0 0 40px;
	line-height:170%;
}

#footer div.icons {
	float:right;
}

#footer div.contact span {
	font-size:8px;
	vertical-align:top;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}