html {
	overflow: hidden;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

#container {
	height: 3760px;
	width: 5920px;
	background-color:#333;
	background-image:url(nbg.gif);
}

.positioning {
	height: 1200px;
	width: 1920px;
	position: absolute;
}

.main1{
width:1918px;
height:41px;
background:url("../menu/images/home-bg.png") #fff repeat-x;
}
.main2{
width:1918px;
height:41px;
background:url("../menu/images/music-bg.png") #fff repeat-x;
}
.main3{
width:1918px;
height:41px;
background:url("../menu/images/disco-bg.png") #fff repeat-x;
}
.main4{
width:1918px;
height:41px;
background:url("../menu/images/wall-bg.png") #fff repeat-x;
}
.main5{
width:1918px;
height:41px;
background:url("../menu/images/bio-bg.png") #fff repeat-x;
}
.main6{
width:1918px;
height:41px;
background:url("../menu/images/contact-bg.png") #fff repeat-x;
}
.main8{
width:1918px;
height:41px;
background:url("../menu/images/gallery-bg.png") #fff repeat-x;
}

#div1 {
	top: 0px;
	left: -3px;
	background-color: #000000;
}

#div4 {
	top: 1280px;
	left: 0px;
	background-color: #000000;
}

#div5 {
	top: 1280px;
	left: 2000px;
	background-color: #000000;
}
	
	
#div2 {
	top: 0px;
	left: 2000px;
	background-color: #000000;
}
	
#div3 {
	top: 0px;
	left: 4000px;
	background-color: #000000;
}
	
#div6 {
	top: 1280px;
	left: 4000px;
	background-color: #000000;
}

	
#div8 {
	top: 2560px;
	left: 2000px;
	background-color: #000000;
}

.navigator {
}

span {
width:100px;
height:25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ccc;
display:inline-block;
text-align:center;
text-decoration:none;
margin:2px 0;
cursor: pointer;
}

.foot1{
display:block;
background:transparent;
width:350px;
height:30px;
position:absolute;
margin:14px 0px 0px 800px;
z-index:8100;
font-family:Tahoma;
}

.ff {
border:#CCCCCC solid thin;
background-color:transparent;
opacity:0.8;
color:#FFFFFF;
font-size:12px;
width:230px;
height:18px;
}


#myMenu2 {
background:#000;
border:1px solid #333333;
color:#FFF;
display:none;
width:150px;
z-index:2000;
}

#myMenu2 ul {
padding:0;
margin:0;
}

#myMenu2 ul li{
list-style:none;
border:1px solid #200;
padding: 2px;
display:block;
height:17px;
line-height:0.9;
}

#myMenu2 ul li:hover{
background:#CCCCCC;
color:#000;
cursor:pointer;
}

#myMenu2 ul li:hover span{
color:#000;
text-decoration:none;
}

#myMenu2 li:hover a{
color:#000;
text-decoration:none;
}

#myMenu2 a{
color:#FFF;
font:11px Tahoma;
font-weight:bold;
text-decoration:none;
}