* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: black;
	overflow: hidden;
}
wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#content {
    width: 1100px;
	height: 841px;
    left: 50%;

	position: relative;
	margin-left: -550px;
	background: url(bg.jpg) no-repeat center top;
}


#door_left_pic {
	position: absolute;
	top: 313px;
	left: 288px;
	z-index: 1;
}
#door_right_pic {
	z-index: 2;
	position: absolute;
	top: 311px;
	left: 548px;
}

#links {
	position: absolute;
	top: 389px;
	left: 376px;
	width: 390px;
	height: 250px;
	opacity: 0;
}
.menu {
		font: 34px Arial, Helvetica, Geneva, sans-serif;
	
	text-transform: uppercase;
	letter-spacing: -1pt;
	margin: 0 0 20px;
	width: 261px;
}

.sf-menu {
	border-right-style: none;
	line-height: 27px;
	float: none;
}

.sf-menu li {
	float: none;
	position: static;
	list-style-type: none;
}

.sf-menu a {
	padding: 0;
	text-decoration: none;
	border-style: none;
}

.sf-menu a:link, .sf-menu a:visited, .sf-menu a:active {
	color: black;
}

.sf-menu a:hover {
	line-height: 27px;
	font-weight: bold;
}

.sf-menu li, .sf-menu li li {
	background: transparent;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: transparent;
	outline: 0;
	border-style: none;
}

.sf-menu .current_page_item a, .sf-menu .current_page_parent a, .sf-menu .current_page_ancestor a, .sf-menu a.kab_page_category {
	color: #dc000f;
	font-weight: bold;
}
