﻿body {
	background: url(images/vinylBG.jpg) no-repeat fixed center center;
}
#main {
	background: url(images/transparentDivfullbg.png) no-repeat;
	margin: auto;
	height: 768px;
	width: 1000px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#main #main2 img {
}

#main #video {
	height: 400px;
	width: 400px;
	float: left;
	margin: 0px 10px 10px 10px;
	border: thin solid #D5CFC3;
	background: url(images/transparentDivbg.png) repeat;
}
#main p {
	color: #D5CFC3;
}
#main #lp {
	clear: both;
	float: left;
	padding: 0px 10px 10px;
	font-weight: bold;
	color: #D5CFC3;
}
#main #chat {
	margin: 0px 40px 10px 10px;
	height: 450px;
	width: 475px;
	float: right;
	border: thin solid #D5CFC3;
	background: url(images/transparentDivbg.png) repeat;
}
#main #lp a {
	color: #D5CFC3;
	font-weight: bold;
	text-decoration: none;
}
#main #main2 #nav  {
	color: #D5CFC3;
	font-weight: bold;
	border-top: #D5CFC3;
	border-right: #D5CFC3;
	border-bottom: #D5CFC3;
	border-left: #D5CFC3;
	padding: 5px 50px 0px 5px;
	text-align: right;
}

a:hover {
	color: #C00;
}
#main #main2  #nav a {
	color: #D5CFC3;
	text-decoration: none;
}
#main #main2 #nav a:hover {
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}

#VideoHeader_lblListeners {
    color: #D5CFC3;
	font-weight: bold;
	border-top: #D5CFC3;
	border-right: #D5CFC3;
	border-bottom: #D5CFC3;
	border-left: #D5CFC3;
	margin-left: 5px;
	padding: 5px 5px 0px 5px;
}

#VideoHeader_lblListenerCount {
    /* color: #C00; */
    color: #bc7c48;
    font-weight: bold;
}
    

