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

html, body{
margin:0;
padding:0;
background:url(../images/intobg.jpg) repeat-x #550000;
}
img{

margin:0;
border:0;
}
#bar, #fill{
	position:absolute;
	top:50%;
	margin-top:-196px;
	height:391px;
}
ul{
list-style:none;
}
li{
font: Verdana, Arial, Helvetica, sans-serif; 
vertical-align:middle;
font-size:14px;
height:32px;
background:url(../images/button.jpg) no-repeat;
width:184px;
margin:20px 0px;
line-height:32px;
}
a{
	color:#4f4f4f;
text-transform:uppercase;
text-decoration:underline;
}
a span{
	width:139px;
	min-height:22px;
	display:block;
}
li img{
float:none;
padding:0;
padding-top:5px; 
border:0;
width:23px;
height:25px;
float:left;
margin:0 10px;
}
#fill{

	background:url(../images/bar.png) bottom repeat-x;
	left:519px;
	right:0px;
}
#fill > img{
	margin-top:56px;
}