@charset "UTF-8";
/* CSS Document */

html {
	background: url(bg.png) top center no-repeat #000;
}

#logo {
	margin:auto;
	text-align:center;
	background:url(logo.png) no-repeat;
	width:316px;
	height:48px;
	text-indent:-9999px;
}

#menuwrap {
	background:url(blackstripe.png) no-repeat;
	width:906px;
	height:219px;
	margin:auto;
	margin-top:200px;
}

#menu {
	width:515px;
	height:219px;
	margin:auto;
	padding-top:15px;
}

#menu ul {
	list-style:none;
	
}

#menu li {
	float:left;
}