/* CSS Document */

/* CSS Document */

body{

 background: #000000;
 background-image: url(bgb.jpg); 
 background-repeat: repeat; 
 font-family: Arial, Helvetica, sans-serif;

 }

#container {
 width: 865px;
 height: 100%;
 margin: 0 auto;

}	 


#conttable {
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: hidden;
	border-bottom-style: hidden;
	border-width: 1px;
	border-color: #000000;
	vertical-align:top;
	height:100%;
	}



p {
 color:#FFCC00;
 font-family: Arial, Helvetica, sans-serif;
 font-size:10pt;
}
ol {
 color:#FFCC00;
 font-family: Arial, Helvetica, sans-serif;
 font-size:10pt;
}

ul {
 color:#FFCC00;
 font-family: Arial, Helvetica, sans-serif;
 font-size:10pt;
}

#menu ul
{
list-style-type: none;
text-align: left;
}

#menu ul li a
{
background: url(list-off.gif) left center no-repeat;
padding-left: 10px;
text-align: left;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #FFCC00;
}

#menu ul li a:hover
{
background: url(list-on.gif) left center no-repeat;
color: #FFFFFF;
}

a
{
text-decoration: underline;
color: #58aae3;
}

a:hover
{
text-decoration: underline, overline;
color: #FFFFFF;
}

#buttons {

	position:relative; 
	width:493px;
	height:335px;
}

#musicians {
position: absolute; 
left: 150px; 
top: 50px;
}

#vocalists {
position: absolute; 
left: 20px; 
top: 15px;
}

#comedians {
position: absolute; 
right: 80px; 
top: 15px;
}

#actors {
position: absolute; 
right: 45px; 
bottom: 195px;
}

#bands {
position: absolute; 
left: 30px; 
top: 140px;
}

#aerialists {
position: absolute; 
right: 5px; 
bottom: 100px;
}

#mcs {
position: absolute; 
right: 35px; 
bottom: 10px;
}

#recording {
position: absolute; 
left: 10px; 
bottom: 10px;
}

#dancers {
position: absolute; 
right: 150px; 
bottom: 150px;
}

#magicians {
position: absolute; 
right: 255px; 
bottom: 90px;
}