body {
	background-color: #000;
	color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
}

a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	border: none; /* IE8 */
}

#player {
	width: 220px;
	height: 20px;
	position: fixed;
	top: 10px;
	right: 0px;
}

#site {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: center;
}

div.swf {
	float: left;
	width: 240px;
	height: 180px;
	margin: 5px;
}
div.clear {
	clear: both;
}

div.menu {
	text-align: center;
	margin: 25px 0 35px 0;
}
table td, table th {
	background-color: #1A1A1A;
	text-align: left;
}
table .c {
	text-align: center;
}
input.field, table textarea.field {
	border: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	background-color: #1A1A1A;
	width: 630px;
}
input.button {
	border: none;
	color: #FFF;
	background-color: #1A1A1A;
	text-decoration: none;
	padding: 1px .25em 1px .25em;
	width: auto;
	overflow: visible;
	cursor: pointer;
}
input.button:hover {
	border: none;
	color: #000 !important;
	background-color: #FFF;
	text-decoration: none;
}

span.info {
	color: #FC0;
}
.hidden {
	display: none;
}
