@charset "UTF-8";

/* CSS Document */
body, html {
	background-color:#000;
	margin:0 auto;
	padding:0;
	font-family: 'BebasRegular';
	font-size:14px;
	color:#333;
	overflow-x:hidden;
	outline:none;
}

img { border: none; }

a, a:visited, a:active {
	text-decoration:none;
	color:#fff;
}

a:hover { text-decoration: line-through; }

a:focus { outline: none; }

.page {
	width:930px;
	display:none;
	margin:0 auto;
	position:relative;
	/*clear:both;
	padding:0 0 20px;
	position:relative;
	z-index:10;
	min-height:1100px;*/
}

.header img { 
	position:relative;
	left:-247px !important;
	}

#wrapper {
	margin:18px 0 20px;
	padding:0;
	position:relative;
	float:left;
}

ul.links {
	margin-top:5px;
	padding:0;
	text-align:center;
}

ul.links li {
	list-style-type: circle;
	list-style:none;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:lighter;
	color:#333;
}

.hr-glow-pink {
	background: url(../images/bg_hr_glow.gif) repeat scroll 0 0 transparent;
	height:20px;
	width:100%;
}

.hr-glow-blue {
	background: url(../images/bg_hr_glow.gif) repeat scroll 0 -20px transparent;
	height:20px;
	width:100%;
}

.hr-glow-dark {
	background: url(../images/bg_hr_glow.gif) repeat scroll 0 -160px transparent;
	height:20px;
	width:100%;
}

.fb {
	display:block;
	width:100%;
	float:left;
	height:30px;
}

body > div#player { position:fixed; }

div#player {
	bottom:0;
	color:#8A8C8F;
	height:40px;
	left:0;
	position:absolute;
	width:100%;
	z-index:100;
	text-shadow:1px 1px 3px #000;
}

#center-player {
	background: #000 url(../images/bg-player.gif) repeat-x;
	border:1px solid #333;
	height:40px;
	margin:0 auto;
	padding:10px 14px;
	position:relative;
	width:924px;
}

#load {
	background: url(../images/loader.gif) no-repeat center;
	width:200px;
	height:200px;
	margin:50px auto;
}
.footer { 
	margin:0 0 18px;
	width:100%;
	float:left; 
	position:relative; 
	text-align:center;
	font-size:14px;
	word-spacing:1px;
	border-top:2px solid #333;
	top:-32px;
}
.icons {
	top:18px;
	height:32px;
	line-height:30px;
	position:absolute;
	right:0;
	text-align:left;
	text-shadow:1px 1px 4px #000;
}
.icons a {
	height:32px;
	margin-left:4px;
	width:32px;
}
