@CHARSET "UTF-8";

#left {
	position: absolute;
	top: 25px;
	left: 0px;
}

#right {
	position: absolute;
	top: 25px;
	left: 560px;
}

#shows {
	position: absolute;
	top: 45px;
	left: 580px;
	padding: 0px;
	margin: 0px;
	width: 358px;
	height: 514px;
}

#shows li {
	position: absolute;
	width: 358px;
	height: 158px;
	background: url(../images/shows_sprite.png) 0 0 no-repeat;
	display: block;
	list-style: none;
}

#shows a {
	width: 358px;
	height: 158px;
	display: block;
}

#shows #show1 {
	top: 0px;
	left: 0px;
}

#shows #show2 {
	top: 178px;
	left: 0px;
	background-position: -358px 0;
}

#shows #show3 {
	top: 356px;
	left: 0px;
	background-position: -716px 0;
}

#shows #show1 a:hover {
	background: url(../images/shows_sprite.png) 0px -158px no-repeat;
}

#shows #show2 a:hover {
	background: url(../images/shows_sprite.png) -358px -158px no-repeat;
}

#shows #show3 a:hover {
	background: url(../images/shows_sprite.png) -716px -158px no-repeat;
}

#followbar {
	position: absolute;
	top: 574px;
	left: 580px;
	width: 358px;
	height: 45px;
	background: url(../images/follow_buttons.png);
	margin: 0;
	padding: 0;
}

#followbar li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#followbar li,#followbar a {
	top: 6;
	height: 34px;
	display: block;
}

#facebook {
	left: 132px;
	width: 48px;
}

#myspace {
	left: 190px;
	width: 46px;
}

#youtube {
	left: 248px;
	width: 46px;
}

#twitter {
	left: 304px;
	width: 48px;
}

#facebook a:hover {
	background: transparent url(../images/follow_buttons.png) -132px -51px
		no-repeat;
}

#myspace a:hover {
	background: transparent url(../images/follow_buttons.png) -190px -51px
		no-repeat;
}

#youtube a:hover {
	background: transparent url(../images/follow_buttons.png) -248px -51px
		no-repeat;
}

#twitter a:hover {
	background: transparent url(../images/follow_buttons.png) -304px -51px
		no-repeat;
}

#quote {
	position: absolute;
	top: 55px;
	left: 100px;
}

#getjames {
	position: absolute;
	top: 45px;
	left: 340px;
}

#dvd {
	position: absolute;
	top: 90px;
	left: 340px;
}