@charset "utf-8";
/* CSS Document */



*{
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
	color:#FFFFFF;
}

a:hover{
	color:#FFCC33;
}
img {
	border: 0;
}

li{
	list-style:none;
	float:left;
	}

.left {
	float: left;
}
.clear {
	clear: both;
}

.right{
	float:right;
	}
body{
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 12px;
	background:#050505;
}

#wrapper{
width:760px;
margin:10px auto;
}

#top{
	height:130px;
	text-align:center;
}
#middle{
	text-align:center;
}
#bottom{
	padding:30px;
	height:50px;
}

#menu{
	text-align:center;
}