#Container {
	font-size:10pt; 
	color: #000;
	text-align:left; 
	width:1000px; 
	height: 1400px;
	margin:0 auto; 
}

#ContainerSF {
	font-size:10pt; 
	color: #000;
	text-align:left; 
	width:1000px; 
	height: 1500px;
	margin:0 auto; 
}

#ContainerAtoZ {
	font-size:10pt; 
	color: #000;
	text-align:left; 
	width:1000px; 
	height: 650px;
	margin:0 auto; 
}

#ContainerAtoZ-Tuesday {
	font-size:10pt; 
	color: #000;
	text-align:left; 
	width:1000px; 
	height: 8200px;
	margin:0 auto; 
}

#ContainerVideo {
	font-size:10pt; 
	color: #000;
	text-align:left; 
	width:1000px; 
	height: 1000px;
	margin:0 auto; 
}

#Left {
	width: 650px;
	height: 1100px;
	float: left;
}

#logo {
	width: 650px;
	height: 125px;
	background: url(bgtile.jpg);
	padding-top: 25px;
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
}

#artistmatchup { width: 650px; height: 150px; }
#artistleft { width: 250px; float: left; }
#artistright { width: 300px; float: right; }

.indent { margin-left: 55px; }

#Right {
	width: 350px;
	height: 100%;
	float: right;
	text-align: center;

}

#RightContainer {
	width: 300px;
	height: 100%;
	text-align: center;
}

#RightContainerLeft {
	width: 160px;
	height: 600px;
	float: left;
	text-align: center;
	position: relative;
}

#RightContainerRight {
	width: 120px;
	height: 600px;
	float: right;
	text-align: center;
	position: relative;
}

#countdown {
	width:630px;
	float:right;
	color:#A3C8D0;
	background-color: #000;
	padding: 10px;
	text-transform:uppercase;
	font-size:18px;
	white-space:nowrap;
	text-align:center;
	filter:alpha(opacity = 80);
	-moz-opacity:0.80;
	-khtml-opacity:0.80;
	opacity:0.80;
	clear: both;
}

#countdown strong {
	color:#FCD34B;
	font-weight:normal;
}

#countdown-date {
	margin-top:6px;
	font-size:23px;
	padding-bottom:6px;
	border-bottom:2px solid #A3C8D0;
	letter-spacing:0.02em;
}

#countdown-timer {
	padding-top:6px;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.01em;
}

#pollcontain {
	width: 650px;
	float: left;
	margin-top: 10px;
}

#leftpolls {
	float: left;
	width: 200px;
}

#centerpolls {
	float: left;
	width: 37%
}

#rightpolls {
	float: right;
	width: 200px;
}