'
body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }

body { font-family: Arial, Verdana, Helvetica, sans-serif; 
background-color: #e2e6e8;
width: 1024px;
height: auto;	
margin: 0 auto;
}


/* dot=class.....# = id */

#main {
	width: 1024px;
	height: auto;
	margin: 0 0;
}

#header {
	background: url(images_/header.png) no-repeat;
	width: 1024px;
	height: 317px;
	margin: 0 0;
}
	
p {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-align: justify;
	line-height: 150%;
}

h5 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	padding-top: 0px;
	padding-bottom: 0px;
}

h6 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
}

h4 {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}


#body {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	color: black;
	text-align: justify;
}



#footer {
	width: 1024px;
	height: 172px;
	background: url(images_/footer.png);
	margin: 0 auto;
	text-align: center;
}



.navi {
	background: url(images_/navi.png);
	position: relative;
	width:1024px;
	height: 37px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(images_/navi.png);
}



<!--DEFINING SPRITE -->

#nav {
width: 730px;
height: 37px;
position: relative;
left: 150px;
background: url(images_/sprites.png);
margin: 0 auto;
padding: 0;
}

#nav li {
float: left;
list-style-type: none;
}

#nav li a {
position: absolute;
top: 0;
left: 150px;
margin:  0 150px;
padding: 0;
display: block;
height: 37px;
background: url(images_/sprites.png) no-repeat;
text-indent: -9000px;
overflow: hidden;
}

/*up state*/
li#nav_news a {
left: 0;
width: 69.74px;
background-position: 0 0;
}

li#nav_biography a {
left: 69.74px;
width: 129.67px;
background-position: -69.74px 0;
}

li#nav_discography a {
left: 199.41px;
width: 150.08px;
background-position: -199.41px 0;
}

li#nav_media a {
left: 349.49px;
width: 100.25px;
background-position: -349.49px 0;
}

li#nav_gallery a {
left: 449.74px;
width: 109.86px;
background-position: -449.74px 0;
}

li#nav_shop a {
left: 559.6px;
width: 79.84px;
background-position: -559.6px 0;
}

li#nav_contact a {
left: 639.44px;
width: 89.55px;
background-position: -639.44px 0;
}


/*hover state*/
li#nav_news a:hover {
background-position: 0 -37px;
}

li#nav_biography a:hover {
background-position: -69.74px -37px;
}

li#nav_discography a:hover {
background-position: -199.41px -37px;
}

li#nav_media a:hover {
background-position: -349.49px -37px;
}

li#nav_gallery a:hover {
background-position: -449.74px -37px;
}

li#nav_shop a:hover {
background-position: -559.6px -37px;
}

li#nav_contact a:hover {
background-position: -639.44px -37px;
}


/*current state*/
li#nav_news a:visited {
background-position: 0 -74px;
}

li#nav_biography a:visited {
background-position: -69.74px -74px;
}

li#nav_discography a:visited {
background-position: -199.41px -74px;
}

li#nav_media a:visited {
background-position: -349.49px -74px;
}

li#nav_gallery a:visited {
background-position: -449.74px -74px;
}

li#nav_shop a:visited {
background-position: -559.6px -74px;
}

li#nav_contact a:visited {
background-position: -639.44px -74px;
}

