@charset "utf-8";
html, body {
	height: 100%;
	width: 100%;
	background-color: #28211b;
	background-image: url(i/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
#container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -155px;
	margin-top: -47px;
}
#menu {
	clear: both;
	float: left;
	position: absolute;
	width: 350px;
	left: 33px;
}
#menu ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu ul li {
	float: left;
	margin-right: 18px;
	list-style-type: none;
	margin-left: 15px;
}

