@charset "utf-8";
/* CSS Document */
body{ 
	background:#302b23;
}
#wrapper{
	margin:50px auto;
	width:750px;
}
#menuwrapper{
	position:relative;
	height:200px;
	margin-right:-50px;
}
#menu{
	position:absolute;
	bottom:0px;
	left:70px;
}
.menuitem{
	position:relative;
	display:inline-block;
}




