body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #3F3F3F;
	margin: 0px;
	color: #2E2E2E;
}
p {
	margin: 0px;
}
.foot {
	background-color: #2E2E2E;
	background-image: url(img/bg_foot.gif);
	height: auto;
	width: 900px;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
}
.header {
	height: 296px;
	width: 900px;
	background-image: url(img/bg_head.gif);
	background-position: right;
	margin-right: auto;
	margin-left: auto;
}

.header img {
	border:0px;
}

.main {
	height: auto;
	width: 900px;
	background-color: #88DCF0;
	margin-right: auto;
	margin-left: auto;
}

.main p {
	margin-left: 50px;

}
.main p a {
	color: #DA4DD2;
	text-decoration: none;
}

.main .battle {
	float: left;
	margin-left: 100px;
	height: 250px;
	width: 300px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
}
.main .battle a {
	color: #B82DB0;
	text-decoration: none;
}

.spacer {
	clear:both;
}
