body{
	padding:0;
	margin:0;
	top: 0;
	background: transparent none repeat center top;
}

/**********side******************/


#side{
	position: absolute;
	z-index: 2;
	width: 222px;
	font: 13px/1.4 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	color: white;
}

.orange{
	color: #FF6600;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover{
	color: black;
}

#side ul{
	position: relative;
	left: -19px;
}

#side li{
	position: relative;
	padding-top: 5px;
}

#shows{
	width: 220px;
	height: 40px;
    background: url(../images/upcoming.png) left top;
    padding:0;
	position: relative;
	display: block;
	left: 3px;
}

#up img{
	position: relative;
	left: 6px;
}

#side a:hover{
	background-position: left px;
}

#side a{
	text-indent:-9000px;
}

#side .selected{
	background-position:left px;
}

