
body{
	background-image:url("images/background.jpg");
	background-repeat:repeat-x;
}
#table{
	width:100%;
}

#wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#banner{
	width:1000px;
}

ul{	
	list-style-type:none;
	overflow:hidden;
}

li{
	text-align:center;
	float:left;
	width:100px;
	height:50px;
	padding-top:25px;
	color:white;
	border:solid thin black;
	background-image:linear-gradient(blue,green);
	}
li a{
	text-decoration: none;
	
}
#baldman {float:right;}


