#site_container {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 50px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	background-image: url(http://thebizmedia.com/images/menu-bg.png);
	background-repeat: repeat-x;
	position: relative;
}

#header img {
	padding-top: 10px;
	padding-left: 9px;
	float: left;
}



#nav {
	background-image: url(http://thebizmedia.com/images/nav.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 500px;
	position: relative;
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	float: left;
	margin-bottom: 12px;
}

#nav li {
float: left;
}

#nav li a {
position: absolute;
top: 0;
margin: 0;
padding: 0;
display: block;
height: 30px;
background: url(http://thebizmedia.com/images/nav.png) no-repeat;
text-indent: -9999px;
overflow: hidden;
}

   
   
   
   
/*up state*/
li#nav-home a {
left: 0;
width: 66px;
background-position: 0 0;
}

li#nav-about-us a {
left: 72px;
width: 94px;
background-position: -72px 0;
}

li#nav-our-work a {
left: 172px;
width: 101px;
background-position: -172px 0;
}
li#nav-testimonials a {
left: 279px;
width: 122px;
background-position: -279px 0;
}
li#nav-contact a {
left: 407px;
width: 111px;
background-position: -407px 0;
}
li#nav-blog a {
left: 524px;
width: 62px;
background-position: -524px 0;
}

 
/*hover state*/
li#nav-home a:hover {
	background-position: 0 -31px;
	
}
li#nav-about-us a:hover {
	background-position: -72px -31px;
	
}
li#nav-our-work a:hover {
	background-position: -172px -31px;
	
}
li#nav-testimonials a:hover {
	background-position: -279px -31px;
	
}
li#nav-contact a:hover {
	background-position: -407px -31px;
	
}
li#nav-blog a:hover {
	background-position: -524px -31px;
	
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #004f9a;
	background-position: center top;
}

