body { color: #fff; }

#left {	background: #ed2127; }

#shows, #info {color: #fff; background: #ed2127;}

#shows span {color: #eee;}

#shows h1 a { 		background-image: url("images.png");
					background-position: 0px -80px; }

#shows h1 a:hover { background-position: 0 -120px; }

#info h1 a {		background-image: url("images.png");
					background-position: 0px -170px;}

#info h1 a:hover { 	background-position: 0 -210px; }

#now { background: #ed2127;	color: #fff; }

#now h1 {	background-image: url("images.png");
			background-position: 0px 250px;
			display: block;
			width: 300px;
			height: 35px;}
			
#messages {		background: #ed2127; color: #fff;}
#messages h1{	background-image: url("images.png");
				background-position: 0px 464px;
				display: block;
				
				height: 35px;}
#messages textarea {background-color: #FFF; border-color: #ed2127; color: #000;}

#messages input { 	background: url("images.png") no-repeat;
					background-position: -350px -80px;
					width: 50px;
					height: 50px;
					float: left;}

#footer {border-top-color:#fff;}
