/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-image:url(../SITE_IMAGES/bg.jpg);
	background-repeat:repeat;
}
#container {
	width:100%;
	height:900px;
	margin-left:auto;
	margin-right:auto;
}
#main_image {
	float:left;
	height:256px;
	width:250px;
	background: url("../SITE_IMAGES/photo.png") no-repeat 0 0;
}
#header {
	width:750px;
	margin-top:25px;
}
#enterBtn {
	float:left;
	display: block;
	width: 250px;
	height: 256px;
	background: url("../SITE_IMAGES/enter_btn.png") no-repeat 0 0;
}
#enterBtn:hover {
	background-position: 0 -256px;
}
#enterBtn span {
	display: none;
}
#blogBtn {
	float:left;
	display: block;
	width: 250px;
	height: 256px;
	background: url("../SITE_IMAGES/blog_btn.png") no-repeat 0 0;
}
#blogBtn:hover {
	background-position: 0 -256px;
}
#blogBtn span {
	display: none;
}
#bottom {
	width:750px;
	margin-top:350px;
	text-align:left;
	margin-top:25px;
}

#bottom .more {
margin-top:370px;
font-style:italic;
font-weight:bold;
font-size:11px;
color:#262112;
padding-left:15px;
}

#bottom .more a:link {
text-decoration:none;
color:#262112;

}

#bottom .more a:hover {
text-decoration:underline;
color:#262112;

}
#player {
	float:left;
	width:300px;
}
#social {
	float:left;
	width:450px;
}
#social .twitter {
	float:left;
	margin-left:300px;
	width:30px;
	height:30px;
	background: url("../SITE_IMAGES/Twitter.png") no-repeat 0 0;
}
#social .facebook {
	float:left;
	margin-left:25px;
	width:30px;
	height:30px;
	background: url("../SITE_IMAGES/Facebook.png") no-repeat 0 0;
}
#social .myspace {
	float:left;
	margin-left:25px;
	width:30px;
	height:30px;
	background: url("../SITE_IMAGES/Myspace.png") no-repeat 0 0;
}
#social span {
	display: none;
}
#shows {
	margin-top:0px;
	padding-left:15px;
	padding-bottom:10px;;
	text-align:left;
	float:left;
	width:450px;
	height:325px;
	overflow:hidden;
	font-size:12px;
	display:block;
	border-bottom:#999999 dotted thin;
}
#shows a:link {
	color:#666;
	text-decoration:underline;
}
#shows a:hover {
	color:#000;
	text-decoration:none;
}
#shows a:visited {
	color:#333;
	text-decoration:underline;
}
#shows a:active {
	color:#666;
	text-decoration:underline;
}
#shows pre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#605d43;
}

