html, body {
	margin: 0;
	padding: 0;
	background-color: #b80650;
	background-image: url('images/splash_bg.gif');
	background-repeat: repeat-x;
}

div#container {
	padding: 0;
	margin: 0 auto;
	width: 1024px;
}

div#header {
	background-image: url('images/header_bg.gif');
	background-repeat: no-repeat;
	width: 1024px;
	height: 279px;
}

div#top {
	position: relative;
	float: left;
	height: 135px;
	width: 854px;
	background-image: url('images/top_bg.gif');
	background-repeat: no-repeat;
	clear: both;
}

div#top ol {
	margin: 75px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

div#top ol li {
	float:left;
	display: block;
	margin: 0;
	padding: 0;
}

div#top ol li a {
	display:block;
	outline:none;
	width:28px;
	height:24px;
	background:transparent url('images/social_net.gif') no-repeat 0 0;
	text-indent:-9009px;
	margin: 0;
}

div#top ol li.facebook a {
	width: 24px;
	background-position: -28px 0;
}

div#top ol li.myspace a {
	width: 27px;
	background-position: -50px 0;
}

div#top ol li.youtube a {
	width: 20px;
	background-position: -80px 0;
}

div#twitter {
	clear: both;
	position: relative;
	float: left;
	height: 110px;
	width: 711px;
	padding: 0 0 0 143px;
	color: #fafad5;
	font-family: "MuseoSans-100", "HelveticaNeue-Light", HelveticaNeue, Helvetica Neue, Helvetica, Arial, Serif;
	font-size: 26px;
	font-weight: lighter;
}

ul.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tweet_list li a{
	text-decoration: none;
	color: #fafad5;
}

div#twit_follow {
	height: 35px;
	clear: both;
	padding: 0 0 0 143px;
}

div#twit_follow a {
	border: none;
}

div#twit_follow img.twit_img {
	border: none;
}

div#splash_pic {
	height: 195px;
	margin: 0 0 0 15px;
}

div#splash_pic img.splash_img {
	margin: 0;
	padding: 0;
	float: left;
}

div#footer {
	width: 1024px;
	height: 289px;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
}

div#now_playing {
	width: 370px;
	height: 23px;
	margin: 0 0 0 143px;
	float: left;
	padding: 27px 0 0 171px;
	color: #fafad5;
	font-family: Arial;
	font-size: 11px;
}

div#splash_player {
	width: 370px;
	height: 50px;
	margin: 0 0 0 143px;
	float: left;
	color: #fafad5;
	font-family: Arial;
	font-size: 11px;
}

div#splash_player a {
	text-decoration: none;
	color: #fafad5;
}

div#splash_player a:hover {
	color: #fff;
}

div#contact_us {
	margin: 0 170px 0 0;
	float: right;
	position: relative;
	width: 167px;
	color: #fafad5;
	font-family: Arial;
	font-size: 11px;
}

div#contact_us a {
	text-decoration: none;
	color: #fafad5;
}

div#contact_us a:hover {
	color: #fff;
}