@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
}
#wrap {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	height: 240px;
	float: left;
	width: 900px;
}
#buttons {
	padding: 0px;
	width: 510px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 620px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button {
	padding: 0px;
	height: 300px;
	width: 160px;
	float: left;
	margin: 5px;
}
.allies {
	position: absolute;
	top: 0px;
	left: 0px;}

.allies ul {
	margin: 8px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.allies a {
	color: #CCCCCC;
	text-decoration: none;
}
.allies_link {
	height: 300px;
	width: 160px;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
.allies a:hover {
	color: #FFFFFF;
}
.allies li {
}
#footer {
	background-image: url(images/footer.jpg);
	height: 80px;
	float: left;
	width: 900px;
	padding: 0px;
	margin: 0px;
}

