body {
	background-color: #150e00;
	font-family: sans-serif;
}

img {
	margin: 5px;
}

a img {
	border: 0px;
}

iframe {
	position: absolute;
	top: 190px;
	left: 30px;
	width: 410px;
	height: 220px;
	border: 0px;
}

#container {
	position: relative;
	background: url(/public/images/Neutral_Uke_Bck.jpg) no-repeat;
	width: 1024px;
	height: 630px;
	margin: 0 auto;
	margin-top: 20px;
}

#navbar {
	position: relative;
	float: right;
	top: 0px;
	right: 500px;
	width: 50px;
	margin: 0 auto;
	text-align: center;
}

#navbar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.nav a {
	color: #fff;
	display: block;
	height: 25px;
}

#content {
	position: relative;
	min-width: 100px;
	margin: 0 auto;
	color: #000;
}

.hide {
	display: none;
}

#tour {
	position: absolute;
	top: 10px;
	left: 200px;
	background: url(/public/images/Neutral_Uke_Sprite_Nav.png) -0px -0px no-repeat;
	width: 130px;
}

#tour a:hover {
	background: url(/public/images/Neutral_Uke_Sprite_Nav.png) -0px -25px no-repeat;
}

#press {
	position: absolute;
	top: 10px;
	left: 350px;
	background: url(/public/images/Neutral_Uke_Sprite_Nav.png) -155px 0px no-repeat;
	width: 165px;
}

#press a:hover {
	background: url(/public/images/Neutral_Uke_Sprite_Nav.png) -155px -25px no-repeat;
}

#about {
	position: absolute;
	top: 10px;
	left: 0px;
	background: url(/public/images/Neutral_Uke_Sprite_Nav.png) -320px -0px no-repeat;
	width: 170px;
}

#about a:hover {
	background: url(/public/images/Neutral_Uke_Sprite_Nav.png) -320px -25px no-repeat;
}

#contact {
	position: absolute;
	top: 40px;
	left: 230px;
	background: url(/public/images/Neutral_Uke_Sprite_Nav.png) -500px 0px no-repeat;
	width: 240px;
}

#contact a:hover {
	background: url(/public/images/Neutral_Uke_Sprite_Nav.png) -500px -25px no-repeat;
}

#links {
	position: absolute;
	top: 40px;
	left: 50px;
	background: url(/public/images/Neutral_Uke_Sprite_Nav.png) -730px 0px no-repeat;
	width: 160px;
}

#links a:hover {
	background: url(/public/images/Neutral_Uke_Sprite_Nav.png) -730px -25px no-repeat;
}

#images {
	position: absolute;
	top: 580px;
	left: 30px;
	height: 32px;
	width: 200px;
}



