body {
  display: block;
  position: relative;
}


html {
	background: url(../images/home.jpg) #000 no-repeat center top fixed;
	-webkit-background-size: 1300px auto;
	-moz-background-size: 1300px auto;
	-o-background-size: 1300px auto;
	background-size: 1300px auto;

}


.content	{
	margin: 0 auto;
	height: auto;

}


#nav {
    width: 527px; height: 39px;
    background: url(../images/buttons.jpg);
    margin: 118px auto; padding: 0; left: -3px;
    position: relative;
    }

#nav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}

#nav li, #nav a {
    height: 39px; display: block;}

#homenav {left: 0; width: 74px;}
#statementnav {left: 74px; width: 104px;}
#merchnav {left: 178px; width: 117px;}
#tattoonav {left: 295px; width: 81px;}
#livenav {left: 376px; width: 61px;}
#contactnav { left: 437px; width: 95px;}

#homenav a:hover {
    background: transparent url(../images/buttons.jpg)
    0 -38px no-repeat;}
#statementnav a:hover {
    background: transparent url(../images/buttons.jpg)
    -74px -38px no-repeat;}
#merchnav a:hover {
    background: transparent url(../images/buttons.jpg)
    -178px -38px no-repeat;}
#tattoonav a:hover {
    background: transparent url(../images/buttons.jpg)
    -295px -38px no-repeat;}
#livenav a:hover {
    background: transparent url(../images/buttons.jpg)
    -376px -38px no-repeat;}
#contactnav a:hover {
    background: transparent url(../images/buttons.jpg)
    -437px -38px no-repeat;}



#nav span {
	display: none;
}