HTML,body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: verdana;
	color: #646464;
	font-size: 10px;
	line-height: 17px;
	background-color:#222222;
}
img{
	border: 0px;
}

.content{
	position: relative;
	display: block;
	width: 850px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.clear{
	clear:both;
}

.footer{
	position: relative;
	display: block;
	background-color: #000;
	height: 265px;
	width: 100%;
	bottom: -1px;
	vertical-align: bottom;
}

.footer .logo{
 	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	height: 120px;
	width: 349px;
	position: relative;
	display: block;
	margin-left:auto;
	margin-right:auto;
	top:-31px;
}


h1{
	color:#9fb744;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
}

span{
	color:#cb1c50;
}

a{
	color:#646464;
	font-weight:bold;
}