html,body
{
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	 width: 100%;
	 height: 100%;
	 
}

body
{
	background-color: #000;
}

body,td,div,span
{
	color: #eee;
	font-family: 'Arial Black','Helvetica Black', 'ArialBlack', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

body,div,img
{
	-moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

div.scrollable
{
	overflow-x: hidden !important;
}

#contentScroller
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}	

a
{
	font-family: 'Arial Black','Helvetica Black', 'ArialBlack', Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	outline: 0px;
	cursor: pointer;
}

img
{
	border: none;
	outline: 0px;
}

.logo
{
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.logo_full
{
	position: absolute;
	top: 50%;
	height: 600px;
	margin-top: -285px;
	left: -500px;
	width: 500px;
}
	.logo_full div
	{
		position: relative;
		height: 100%;
		width: 100%;
	}
	.logo_full div img
	{
		position: absolute;
		bottom: 0px;
	}

.bigmenu_behind
{
	font-size: 10px;
	top: 30px;
	left: 30px;
	position: absolute;
	z-index: 90;
}
.bigmenu
{
	font-size: 10px;
	top: 30px;
	left: 30px;
	position: absolute;
	z-index: 91;
}

.newInd
{
	position: absolute;
	top: 170px;
	left: 240px;
	z-index: 99;
}

.contentArea
{
	position: absolute;
	top: 50%;
	margin-top: -300px;
	height: 600px;
	/*
	border: 1px solid #000;
	*/
	width: 1000px;
	left: -1000;
	z-index: 98;
	color: #000;
}

	.contentLoading
	{
		margin-left: 280px;
		margin-top: 290px;
		color: #000;
	}
	
	.contentArea a
	{
		color: #333;
	}
		.contentArea a:Hover
		{
			color: #999;
		}
		
ul
{

	padding-left: 0px;
	margin-top: 0px;
}
li
{
	list-style: none;
}

.menuButton, .wobbleButton
{
	cursor: pointer;
}

.content_container
{
	width: 93%;
	height: 100%;
	overflow: hidden;
}
	.content_fullBlock
	{
		width: 98%;
		height: 100%;
		float: left;
		display: table;
		#position: relative;
	}
	.content_leftBlock
	{
		width: 48%;
		height: 100%;
		float: left;
		display: table;
		#position: relative;
	}
	.content_rightBlock
	{
		width: 48%;
		height: 100%;
		float: right;
		display: table;
		#position: relative;
	}
	.content_rightAlign
	{
		text-align: right;
	}
	
.FBConnectButton_Text_Simple
{
	font-size: 12px;
	color: #333;
}

.liveshows div,
.liveshows span
{
	color: #000;
	font-size: 14px;
}

.whiteHover:Hover
{
	color: #fff !important;
}

div.blackTextDiv div,
div.blackTextDiv span,
div.blackTextDiv p
{
	color: #000;
}

.lyrixContent span
{
	color: #990000;
	font-size: 12px; 
	line-height: 15px;
	cursor: pointer;
}

.lyrixLink
{
	cursor: pointer;
}