

/* CSS Document */


/* STANDARDS */

body {
	background-color:#101010;
	background: url(../img/bgtest.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size:12px;
	line-height:16px;
	font-family: Lucida Grande, Geneva, Arial, sans-serif;
	padding:5px;
	margin:0px;
	color:#555;
	text-align:left;
	}

html {
	height: 100%;
	background-color: #101010;
	}
	
.clear { clear:both;}

#wrapper {
	width: 1000px; padding: 0px; margin: auto;
}

/*** header ***/
#header {
	position: relative; width: 1000px; padding: 0px; margin: 0px; top: -20px;
}

	/*** logo ***/
	#header h1 a { position:relative; float: left; left:1px; top:10px; background:url(../img/logo_ultimate.jpg) no-repeat; width:286px; height:30px; text-indent:-100000px; overflow:hidden;}
	
	/*** payoff ***/
	#header .payoff { position:relative; float: right; right:1px; top:0px; background:url(../img/comingsoon.jpg) no-repeat; width:367px; height:50px; text-indent:-100000px; overflow:hidden;}
	
#homeImg {
	position: relative; margin: 35px 0px 10px 0px; padding: 0px;
}

#contentDiv {
	position: relative; width: 1000px; margin: 0px 0px 40px 0px; 
}

#contentDiv div {
	position: relative; float: left; margin: 0px 20px 10px 20px; width: 460px;
}

#contentDiv div h1 {
	font-family: Lucida Grande;
	font-size: 15px;
	color: #fff;
	margin: 19px 0px 3px 0px;	
}

#contentDiv div p {
	font-family: Lucida Grande;
	font-size: 12px;
	color: #999;
	line-height: 19px;
	margin: 3px 0px 3px 0px;	
}

#contentDiv div p.contact {
	font-family: Lucida Grande;
	font-size: 14px;
	color: #999;
	line-height: 28px;
	margin: 3px 0px 3px 0px;	
}

#contentDiv div p.contact a {
	color: #999;
	text-decoration: none;
}

#contentDiv div p.contact a:hover  {
	color: #fff;
	text-decoration: none;
}

#footer {
	height:100px;

	}