﻿@import "general.css";
#header {
	height: 94px;
	padding: 0;
	width: 100%;
	color: #fff;
	text-align:center;
}
#topmenu {
	display: inline-block;
}
*:first-child+html #topmenu {
	display: inline !important;
}
#logo, #menu {
	float:left;
	position: relative;
}
#logo {
	top: +39px;
}
#menu {
	top: +71px;
}
#logo {
	margin-right: 20px;
}
#menu li {
	float: left;
	margin-right: 20px;
}
#menu li a {
	text-decoration: none;
}
#menu li a:hover {
	color: #999;
}
#maincontent {
	background-color: #000;
	width: 100%;
	overflow:visible;
	/*height: 520px;*/
}

#content {
	padding: 15px;
}

#footer {
	height: 40px;
	float: right;
	font-size: 80%;
}

#footer span {
	position: relative;
	top: +15px;
	right: +19px;
}

.fr {
	color:#818181;
}
