* { margin: 0; padding: 0; }

body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #eff1d7; }

h1 { font-size: 30px; }

div#box {
	position: absolute;
	left: 55px; top: 20%;
	width: 565px;
}

span{
	color: #b8bf9c; font-size: 11px; font-weight: bold; position: relative; top: -6px; left: 1px; clear:both;
}

ul {
	width: 260px;
	list-style-type: none;
	float: left;
	padding-right: 15px; padding-top: 10px;
	background: url(img/line.png) bottom left no-repeat;
}

li {
	width: 260px;
	height: 22px;
	font-size: 10px; font-weight: bold;
	padding-top: 10px; padding-left: 5px;
	text-transform: uppercase; 
	background: url(img/line.png) top left no-repeat;
}

.footer {
	padding-top: 30px; position: absolute; top: 180px; width: 90%;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #eff1d7;
}

.mute {color: #3c525d !important;}
