.clear {
	clear: both;
}

body {
	color: white;
	background-color: black;
}

a {
	display: block;
	color: green;
	text-decoration: none;
}
	
span {
	display: none;
}

div.header, div.body {
	margin: 0 auto;
}

div.header {
	width: 362px;
}

.header .title {
	background: transparent url(header.gif) center center no-repeat;
	height: 50px;
	margin-top: 75px;
}

.header .location, .header .genre {
	background: transparent url(sprite.gif) no-repeat;
	height: 18px;
	margin: 16px 0;
}

.header .location {
	float: left;
	width: 43px;
	background-position: center 0px;
}

.header .genre {
	float: right;
	width: 88px;
	background-position: center -18px;
}

div.body {
	width: 256px;
}

.links {
	margin-top: 70px;
}

.link-wrapper {
	padding: 8px 0;
}

.link {
	background: transparent url(sprite.gif) no-repeat;
}

.link-1 {
	background-position: center -36px;
	height: 18px;
}

.link-2 {
	background-position: center -54px;
	height: 54px;
}

.link-3 {
	background-position: center -108px;
	height: 18px;
}

.link-4 {
	background-position: center -126px;
	height: 18px;
}

.link-wrapper:hover .link-1 {
	background-position: center -144px;
}

.link-wrapper:hover .link-2 {
	background-position: center -162px;
}

.link-wrapper:hover .link-3 {
	background-position: center -216px;
}

.link-wrapper:hover .link-4 {
	background-position: center -234px;
}
