@charset "utf-8";
/* CSS Document */
body{background:#000;}
a{border:none;}

#content{background-image:url(images/test.jpg);
background-repeat:no-repeat;
background-position:top;
margin-top:50px;
height:600px;
width:800px;
margin:auto;
margin-top:50px;
position:relative}

#scroller{overflow:scroll;
overflow-x:hidden;
text-align:justify;
height:290px;
width:430px;
position:absolute;
left:319px;
top:155px
}

#djing{
width:84px;
height:33px;
background-position:top left;
position:absolute;
left:5px;
top:92px
}
#djing:hover{
background-image:url(images/djing.jpg);
}


#live{
width:161px;
height:33px;
background-position:top left;
position:absolute;
left:118px;
top:92px;
}
#live:hover{
background-image:url(images/live.jpg);
}

#crew{
width:79px;
height:33px;
background-position:top left;
position:absolute;
left:309px;
top:92px;
}
#crew:hover{
background-image:url(images/crew.jpg);
}

#supply{
width:107px;
height:33px;
background-position:top left;
position:absolute;
left:418px;
top:92px;
}
#supply:hover{
background-image:url(images/supply.jpg);
}

#contact{
width:124px;
height:33px;
background-position:top left;
position:absolute;
left:555px;
top:92px;
}
#contact:hover{
background-image:url(images/contact.jpg);
}

#links{
width:86px;
height:33px;
background-position:top left;
position:absolute;
left:709px;
top:92px;
}
#links:hover{
background-image:url(images/links.jpg);
}

#thumb1{
	position:absolute;
	left:5px;
	top:460px;
}
#thumb2{
	position:absolute;
	left:211px;
	top:460px;
}
#thumb3{
	position:absolute;
	left:423px;
	top:460px;
}
#thumb4{
	position:absolute;
	left:635px;
	top:460px;
}

.hiddenstuff{
	display:none
	}

.image{
	position:absolute;
	top:200px;
	left:5px;
	border:none
}


