@charset "utf-8";
body {
	width:100%
	max-width:960px
		margin:0 auto;}
	nav{
	width: 100%
	margin: 5px 0;}
nav ul {
	list-style: none;
	overflow:hidden }
nav ul li {
	float:right
		width:20%;}
nav ul li a {
	text-align: center;
	padding: 8px 0;
	display: block;
	width: 100%;
	background-color: burlywood;/*Old browsers*/
	background:-moz-linear-gradient(top)
}
<title> Carousel / Slider </title>
link rel="stylesheet" href="css/bootstrap.min.css">
link rel="stylesheet" href="css/bootstrap-theme.min.css">
link rel="style.css" href="css/main.css">
</head>
