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

html, body {
	background:url(background.gif);
	background-position:center;
	background-color:#4a3a6a;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:100%;
	border:none;
	text-align: center;
	font-size:14px;
}
html a, body a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
html a:hover, body a:hover {
	color:#f400a1;
	font-weight:bold;
	text-decoration:none;
}
#wrapper {
	height:100%;
	width:992px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}
.description {
	font-size:12px;
}
.title {
	font-size:14px;
}
.footer {
font-size:12px;
}
.spacer {
height:20px
}
