﻿body {
	margin: 0px auto;
	margin-top: 0px;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #010101;
	background: url('/img/start_bg.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
}

div#main {
	margin: 0px auto;
	text-align: center;
	text-transform:uppercase;
	font-weight: bold;
	width: 467px;
}

div#main div#menu {
	margin-top: 80px;
	margin-left: 80px;
	margin-right: 80px;
	width: 467px;
}
div#main div#menu a {
	display: block;
	float: left;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 30px;
	margin-right: 30px;
	text-decoration: none;
}
div#main div#menu a:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #872732;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #872732;
	color: #872732;
}
