body.home {

	background-image: url(../images/site/home_background.jpg);
	background-position: center 133px;

}


div#header.home {
	
	background-image: url(../images/site/header_home.jpg);
	
}


div#header #logo{
	position: relative;
	left: 15px;
	top: -5px;	

}

div#header #bug{
	position: relative;
	left: 742px;
	top: 22px;
	width: 144px;
	text-align: right;	
}

div#content.home {
	float: left;
	width:400px;
	margin-top: -50px;
	margin-left: 10px;
	margin-right: 10px;
	
}

div#navigation {
	width:0px;
}

div#content.home #home_links{
	padding-top: 3px;
	width: 270px;
	height: 160px;
	text-align: center;
	

}

div#content.home #home_links p, div#content.home #home_links p a, div#content.home #home_links p a:link, div#content.home #home_links p a:visited{

	padding-bottom: 16px;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	text-decoration: underline;
}

div#content.home #home_links p a:hover{

	color: #ffcc00;
	text-decoration: none;

}

div#content.home #home_content{
	
	width: 277px;
	height: 300px;

}
* html div#content.home #home_content{width: 274px;} /*IE6*/

div#content #home_content p {
	
	line-height:1.1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #664522;
}


div#footer.home {
clear: both;
	margin-top: -250px;
	background-image: none;
	
}

* html div#footer.home{margin-top: -20px;} /**IE6**/
*+html   div#footer.home{margin-top: -6px;}  /**IE7**/

div#footer.home #company{

	position: relative;
	left: 338px;
	top: -75px;
	width: 355px;
	height: 60px;
	text-align: center;

}


