@charset "utf-8";
#header {
	background-image: url(../images/uberboma_header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	visibility: visible;
	height: 145px;
	width: 100%;
	left: 0px;
	top: -7px;
	background-position: center;
}
#Nav {
	position: absolute;
	visibility: visible;
	width: 160px;
	left: 0px;
	top: 145px;
	padding-left: 10px;
}
#Content {
	position: absolute;
	visibility: visible;
	width: 950px;
	left: 175px;
	top: 139px;
}
#header a {
	text-decoration: none;
	display: inline;
	margin: 3px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#header a:hover {
	background-color: #330000;
}
