@charset "UTF-8";
/* CSS Document */

a:link {
	color: #468C8A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #468C8A;
}
a:hover {
	text-decoration: none;
	color: #666;
}

html {
	background-color: #000;
	}

div.body {
	height: 1320px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(bg.jpg);
	background-attachment: scroll;
	background-color: black;
	background-position-y: 0%;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
 	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	visibility: visible;
	width: 100%;
	overflow: hidden;
	overflow-x: hidden;
}

div.preorder{
	margin: 0px;
	padding: 0px;
	height: 214px;
	width: 203px;
	position: absolute;
	left: 810px;
	top: 265px;
}

div.combo{
	margin: 0px;
	padding: 0px;
	height: 193px;
	width: 203px;
	position: absolute;
	left: 810px;
	top: 502px;
}

div.player{
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 900px;
	position: absolute;
	left: 195px;
	top: 888px;
}

div.links{
	margin: 0px;
	padding: 0px;
	width: 900px;
	position: absolute;
	left: 195px;
	top: 945px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color: #468C8A;

}