body {
	background: #53150B url(images/bg.png) center center no-repeat;
	margin:0;
	padding:0;
}

/*png fix*/
img, div, h1 { behavior: url(iepngfix.htc) }

#horizon {
	position:absolute;
	top:50%;
	height:1px;
	width: 100%;
	overflow:visible;
}

#splash {
	height: 236px;
	width: 401px;
	margin-left: -200px;
	position:absolute;
	top:-150px;
	left:50%;
}

#splash h1 {
	display:block;
	margin: 0px auto 5px;
	background-image: url(images/splash_image.png);
	background-repeat:no-repeat;
	width:401px;
	height: 214px;
	border: 0;
	text-indent:-9000px;
	text-align:center;
}
#main_nav {
	list-style-type: none;
	padding: 0px;
	display: block;
	margin: 0 auto;
	width: 389px;
	background: url(images/nav_dividers.png) center no-repeat;
	height:17px;
}

#main_nav li{
	display: block;
	float:left;
	height: 17px;
	background-position:0px -17px;
	background-repeat: no-repeat;
	margin:0 14px;

}

#main_nav li a{
	display: block;
	text-indent:-9000px;
	height: 17px;
	background-repeat: no-repeat;
}


#nav_about, #nav_about a {
	width: 27px;
	background: url(images/nav_about.png);
}

#nav_copymarketing, #nav_copymarketing a {
	width: 78px;
	background: url(images/nav_copymarketing.png);
}
	
#nav_articlesblogs, #nav_articlesblogs a  {
	width: 65px;
	background-image: url(images/nav_articlesblogs.png);
}
	
		
#nav_influences, #nav_influences a{
	background-image: url(images/nav_influences.png);
	width: 46px;
}
	
#nav_contact, #nav_contact a{
	background-image: url(images/nav_contact.png);
	width: 33px;
}
	
#nav_about a:hover, #nav_copymarketing a:hover, #nav_articlesblogs a:hover, #nav_influences a:hover, #nav_contact a:hover {
	background-image: none;
}
