html,
body {background:#000000;}
#header,
#footer {
	position:relative;
	z-index:10;
}

menu
{
	position:absolute;
	left:10px;
	top:-10px;
	background:#000000 url(menu-back.jpg) repeat-y;
	height:100%;
	width:163px;
	background-position: 40px;
}


#content {padding:50px 15px;}