body
{
	text-align: center;
	background: #444;
}

#container
{
	width: 640px;
	height: 370px;
	margin: 10px auto;
	padding: 80px 0 0 0;
	text-align: left;
	background: #222 url(/images/31.jpg);
}

#header
{
	display: none;
}

#nav
{
	width: 260px;
	height: 370px;
	margin: 0;
	padding: 0;
}

#nav ul
{
	font: 22px/26px arial;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: right;
}

#nav ul li
{
	padding: 0 5px 0 0;
}

#nav ul li:hover
{
	background: #000;
}

#nav ul li a
{
	text-decoration: none;
	color: #eee;
}

#nav ul li a:hover
{
	color: #fff;
}