body {
	background-image: url('../img/kindajean.png');
}
.demo-wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.demo-hint {
	padding: 10px;
	border-radius: 3px;
	background-color: #f3f3f3;
	margin-bottom: 15px;
	font-size: 13px;
	text-align: center;
}
.nav-outline {
	background: #FF8C00;
	height: 35px;
	border-radius
}
.nav-outline ul {
	margin: 0;
	padding: 0;
}
.nav-outline li {
	float: left;
	list-style: none;
}
.nav-outline a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 36px;
	font-family: Tahoma;
	font-size: 13px;
}
.nav-outline a:focus {
	outline: 0;
	background-color: #e9841d;
}