@charset "UTF-8";
/* CSS Document */

body {
	background-color: #144F72;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	text-align: center;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}A:link {
	text-decoration: none;
	color: #E39DA0;
}
A:hover {
	color: #E81564;
}
A:visited {
	color: #E39DA0;
}
.content {
	margin: auto;
	height: auto;
	width: auto;
	position: relative;
	z-index: 0;
}
