* {margin:0; padding:0}
body {
	font-weight:normal;
	background:#FFF;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menu {
	position:relative;
	background:url(images/bg.jpg) no-repeat;
	height:57px;
	width:405px
}
.menu ul {
	list-style:none;
	z-index:10;
	position:static;
	z-index:100;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 70px;
}
.menu li {float:left}
.menu a, .menu a:active, .menu a:visited {
	text-decoration:none;
	color:#999999;
	padding:10px
}
.menu a:hover {color:#ebf0e6}
#slide {
	position:absolute;
	bottom:0px;
	height:7px;
	z-index:10;
	background-color: #1B1B1B;
}

