﻿html, body {
	background: #000000;
	margin: 20px;
}

.logo {
	background: url(img/logo.png);
	width: 470px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

.main {
	background: url(img/back.gif);
	border: 1px #363636 solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	color: #848484;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	width: 80%;
	height: 100%;
}


.footer {
	font-size: 7pt;
	margin: 10px 0 10px 0;
	vertical-align: bottom;
}


.menu {
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	TEXT-DECORATION: underline;
}

.menu_lr {
	width: 3px;
	height: 18px;
}

.menu_center {
	background: url(img/center.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align: center;
}
.menu_space {
	background: url(img/center.gif);
	width: 7px;
}