.container {
	background-color: #1d1d1b;
	width:990px;
	min-height:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.header {
	width:990px;
	height:230px;
	float:left;
	background-image:url(images/Header.jpg);
	margin-bottom:6px;
}
.intro_info {
	width:470px;
	padding:5px;
	height:205px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px
}
.logo {
	width:408px;
	height:131px;
	float:left;
	margin-left:25px;
	margin-top:8px;
}
.login_area {
	width:277px;
	height:25px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.mainpage {
	width:980px;
	min-height:400px;
	float:left;
	background-color:#111;
	padding:5px;
	padding-top:15px;
	padding-bottom:10px;
}
.left_col {
	width:495px;
	padding-left:5px;
	background-color:#111;
	min-height:400px;
	float:left;
}
.right_col {
	width:464px;
	min-height:300px;
	float:left;
	margin-left:10px;
}
.player_container {
	width:480px;
	float:left;
}
.player {
	width:480px;
	height:270px;
	display:block;
	float:left;
	padding-bottom:4px;
	background-color:#161616;
}
.playlist {
	width:480px;
	height:105px;
	float:left;
	overflow:auto;
	background-color:#161616;
}
.playlist a{
	text-decoration:none;
	color:#FFF;
}
.playitem {
	width:472px;
	height:17px;
	padding:4px;
	float:left;
	background-color:#222;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border-bottom: 1px #888 solid;
	cursor:pointer;
}

.playitem_hvr {
	width:472px;
	height:17px;
	padding:4px;
	float:left;
	background-color:#C00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border-bottom: 1px #888 solid;
	cursor:pointer;
}

body {
	background-color: #1d1d1b;
	background-image:url(images/page_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	color:#FFF;
	font-size:12px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.footer {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding-left:15px;
	width:975px;
	height:55px;
	padding-top:10px;
	background-image:url(/images/footer.png);
	margin-bottom:20px;
	font-size:10px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
}

h1 { 
display: inline;
font-family:Arial, Helvetica, sans-serif;
font-size:x-large;
} 

.norm_border {
	border:1px solid #0b0a0a;
}

.red_border {
	border:1px solid #900;
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

