* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html, body {
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: #000 url(../img/body-bg.png) repeat-x;
	overflow: auto;
}
.container {
	width: 100%;
	height: 700px;
	clear: both;
	text-align: center;
}
.menu {
	height: 30px;
	width: 100%;
	clear: both;
	text-align: center;
}
.menu ul {
	list-style-image: none;
}
.menu li {
	display: inline;
}
.menu a {
	line-height: 30px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
.menu a:hover {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background: url(../img/menu-hover-bg.png) repeat-x;
}
.menu .active {
	background: url(../img/menu-hover-bg.png) repeat-x;
}
.footer {
	height: 100px;
	width: 100%;
	font-size: 10px;
	clear: both;
	text-align: center;
	padding-top: 15px;
}
.footer a {
	color: #FFF;
}