@charset "utf-8";
/* CSS Document */
body {
	background-image: url(http://www.wizardmarra.com/img/main-bg.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center;
	font-family: Verdana, Geneva, sans-serif;
	margin-top:0;
	padding:0;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	background-color: #000;
}
.titlea {
	background-image:url(http://www.wizardmarra.com/img/logo-bg.png);
}
.footera {
	font-size: 9px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #F00;
}