
#home_main {
	background-image: url('../images/home/new_home.jpg');
	background-repeat: no-repeat;
	background-position: top center;

	width: 840px;
	min-height: 680px;

	position: relative;

	left: 50%;

	margin-left: -418px;
	margin-top: 0px;
}

#overLogo{
	background:url(../images/home/fast-track/logo.png) no-repeat; 

	position:absolute; 
	width:180px; 
	height:155px;  

	text-decoration: none; 

	top:-530px; 
	left:-80px; 

	display:block; 
	z-index: 999;
}
* html #overLogo{background:url(../images/home/fast-track/logo.gif) no-repeat;}

#home_main div {
	float: left;
	margin: 80px;

	margin-top: 410px;
}

#home_main div p {
	font-family: arial;
	font-size: 14px;
	color: #515151;

	line-height: 19px;
}

#home_main div p a {
	color: #515151;
}

#home_main div p strong, #home_main div p strong a {
	color: #000;
}

#footer {
	margin-top: 0px;

}


