body {
	margin: 0;
	padding: 0;
	background: #014479;
	font: 13px arial;
	line-height: 1.7;
	background: url(../images/bg.jpg) repeat top left;
}
a:link, a:active, a:visited {color: #FBBFD9;}
a:hover {color: #FFF}
.main {
	width: 750px;
	margin: 60px auto 0 auto;
}
#battle {margin-top: 15px; font-weight: bold;}
.footer {
	display: block;
	background: #9E71CA;
	color: #FFF;
}
.footer a:link, .footer a:active, .footer a:visited {color: #FFF;}
.smallText {color:#FFF!important; font-size: 11px;}