body{
	background-image:url("images/background2.jpg");
	background-repeat: repeat-x; 
}
h6{
	font-size: 40px;
}
#nav{
}
#opening{
	float:right;
	border:solid thick black;
	width:210px;
}
#wrapper{
	/*border:solid thick black 100px;*/
	width:1000px;
	margin-left:auto;
	margin-right:auto;}

ul{
	list-style-type:none;
	overflow:hidden;
}
li{
	text-align:center;
	background:gold;
	width:100px;
	float:left;
	padding:1px;
	margin:1px;
}

a{
	text-decoration:none;
	color:black;
}