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

body {
	background-image: url(../images/bg.png);
	padding: 125px 25px 25px 25px;
	margin: 0px auto 0px auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

#logo, #info {
	padding: 15px;
	text-align: center;
}

a:link, a:visited, a:active, a:hover {
	color: #000000;
}

.noBorder {
	border: none;
}

.title {
	color: #F00;
	text-transform: uppercase;
}