/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	margin: auto;
	text-align: center;
}
.logo {
	width: 100%;
	height: 30px;
	text-align: right;
	position: fixed;
	z-index: 100;
}
.title-container {
	width: 583px;
	height: 1px;
	position: absolute;
	left: 50%;
}
.title {
	position: absolute;
	left: -298px;
	z-index: 100;
}
.player-container {
	width: 508px;
	height: 1px;
	left: 50%;
	position: absolute;
	text-align: center;
}
.player {
	left: -254px;
	width: 508px;
	height: 297px;	
	margin-top: 165px;
	padding-top: 72px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/playerbackground.png',sizingMethod='scale');
	background-image: url(images/playerbackground.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 90;
}
/* BACKGROUND TILES */
.tile {
	width: 100px;
	height: 90px;
	float: left;
}