html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../media/bg-body.jpg);
	background-position: center top;
	text-align: center;
}

table {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

#FLASH_CONTENT {
	width: 900px;
	height: 800px;
	margin: 0px auto;
}

a, a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.bottom {
	border-top: 1px dashed #000;
	width: 900px;
	margin: 0px auto;
}

.bottom td {
	vertical-align: top;
	width: 50%;
	text-align: left;
	padding: 10px 0px;
}

.bottom .right {
	text-align: right;
}

img {
	border: 0px;
}