body {
	margin: 0;
	font-family: verdana, arial;
	font-size: 11px;
	text-align: center;
	background: url('bg.gif') center center;
}

table {
	font-size: 11px;
}

#loading {
	position: absolute;
	left: 47%;
	color: white;
	font-weight: bold;
}

#loading span {
	background-color: red;
	padding: 3px 5px;
}

#main {
	text-align: center;
}

#footer {
	height: 23px;
	text-align: center;
	font-weight: bold;
}

.board {
	padding: 10px;
	text-align: left;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.header {
	font-family: georgia, times new roman;
	font-weight: bold;
	font-size: 30px;
	color: red;
	letter-spacing: -2px;
}

.desc {
	color: black;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
}

a.enter {
	font-family: georgia, times new roman;
	text-decoration: none;
	color: white;
	font-size: 16px;
}

a.enter:hover {
	text-decoration: none;
	color: red;
}
