
* {
	margin: 0px;
	padding: 0px;
}

body {font-family:Courier, Courier New;font-size:12px;background: #000;color:white;}
a {color: #FFF;}
img a {border: none;}

#releaselist {
	margin: 50px auto;
	padding: none;
	list-style: none;
	width:700px;
	z-index: 1;
}

#releaselist li {
	float:left;
	padding: 0;
	margin: 0 25px 50px 25px;
	width:300px;
	height:300px;
}

.hoverable {
	width: 300px;
	height: 300px;
	cursor: pointer;
	
}

.hover {
	display: none;
	background: url('artwork_hover.png') no-repeat left top;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
	padding-top: 190px;
	width: 300px;
	height: 110px;
}

.about {
	background: url('about.png') no-repeat left top;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
	padding-top: 190px;
	width: 300px;
	height: 110px;
}

.logo {
	/*background: url('logo.png') no-repeat left top;*/
	position: fixed;
	top: 50px;
	left: 50px;
	width: 153px;
	height: 97px;
	}
	
	#gameCanvas {
		position: fixed;
		z-index: -1;
		top:0;
		left:0;
	}
/*	
#hover p a {margin-top: 190px;}
#hover a {line-height: 20px;text-align: center; width: 300px;height:300px;display: block;}
#hover {background: url('artwork_hover.png') no-repeat left top;}
*/

