body {
	font: 11px "lucida sans unicode", tahoma, verdana, arial, helvetica, sans-serif;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	background: #000 url(../images/bg4.jpg) repeat;
}
#wrapper {
	background: center top;
	width: 100%;
	overflow: auto;
	height: 100%;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#content {
	position: relative;
	top: 65px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


a:link {
	color: #9F0;
	text-decoration: none;
}
a:visited {
	color: #669966;
	text-decoration: none;
}
a:hover { color: #693; }
a:active { color: #CCCC00; }

.feature {
	padding-top: 15px;
	padding-bottom: 25px;
	float: left;
}

.feature .block {
	float: left;
	width: 250px;
	margin-right: 24px;
}
.feature  .block  .img { border: 1px solid #27343C; }

.feature .block .text {
	padding-top: 10px;
	color: #999;
}

#Contact {
	text-align: center;
	padding-top: 25px;
}
