.hiddenPic {display:none;}
body
{ 
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: URL('images/bg.jpg');
	background-position: center top;
		
	scrollbar-3dlight-color:#181818;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#666666;
	scrollbar-face-color:#222222;
	scrollbar-highlight-color:#515151;
	scrollbar-shadow-color:#333333;
}

#container
{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-image: url('images/bg-table.jpg'); 
	background-repeat: repeat-y;
	background-position: center; 
}

	#dancer
	{
		margin: 415px 0 0 -165px;
		padding: 0;
		position: absolute;
		width: 191;
		height: 342;
		text-align: left;
		background-image: URL('images/phunk-phenomenon.gif');
	}
	
	#scrollbox
	{
		margin: 0;
		padding: 0 0 0 0;
		text-align: left;
		overflow-x: hidden;
		overflow: auto; 
	}
	
	#header
	{
		margin: auto;
		padding: 0;
		width: 880;
		height: 220;
		background-image: URL('images/wall.jpg');
		background-repeat: repeat-x;
	}
	
	#main
	{
		margin: auto;
		padding: 0;
		width: 880;
	}

	#footer
	{
		margin: auto;
		padding: 0;
		width: 880;
		height: 50;
	}

p
{  
	background-color: transparent;
	color: #FFFFFF;
	font: 100 12px Arial;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

p.center
{  
	background-color: transparent;
	color: #FFFFFF;
	font: 100 12px Arial;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	
}

p.right
{  
	background-color: transparent;
	color: #FFFFFF;
	font: 100 12px Arial;
	font-weight: normal;
	text-align: right;
	margin: 0;
	padding: 0;
	
}

p.bold
{
	background-color: transparent;
	color: #FFFFFF;
	font: 100 12px Arial;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

a, a:visited
{
	background-color: transparent;
	color: #FFFF00;
	font: 100 12px Arial;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
}


a:hover
{
	background-color: transparent;
	color: #ff0000;
	font: 100 12px Arial;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

a.footer, a.footer:visited
{
	background-color: transparent;
	color: #FFFFFF;
	font: 100 11px Arial;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
}


a.footer:hover
{
	background-color: transparent;
	color: #FFFFFF;
	font: 100 11px Arial;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	margin: 0;
	padding: 0;
}

h1
{
	background-color: transparent;
	color: #FFFFFF;
	font: 100 12px Arial;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}