body{
	background-image:url("images/background.jpg");
	background-repeat:repeat-x;
}
		
   

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

.column{
	width:500px;
	float:center;

}

body{
	color:white;
}

ul{
	margin-left: 0;
	padding-left: 0;
list-style-type:none;
overflow:hidden;
}

li{
	backround:black;
	width:120px;
	float:left;
	border:groove thin white;
	margin:1px;
	text-align:center;
	border-radius: 10px 10px 10px 10px;
	font-size:15px;
}

li:hover {
	background-color: yellow;
	color:green;
}

li a{
	text-decoration:none;
}

body{
	background-color:black
}