#wrapper {
	position: relative;
	width: 100%; height: 760px;
	background: url(/images/layout/wrapperBg.jpg) center top no-repeat;
}

#bk {
	position: absolute;
	top: 0px; left: 50%;
	margin-left: 385px;
	z-index: 10;
	display: block;
	width: 115px; height: 115px;
}

#bk a {
	display: block;
	width: 100%; height: 100%;
	background: url(/images/layout/bkLogo.png) left top no-repeat;
	text-indent: -19999px;
	cursor: pointer;
}

#bk a:focus {
	outline: none;
}

#content {
	position: relative;
	width: 975px; height: 686px;
	margin: 0 auto;
	top: 45px;
	z-index: 1;
}

#attackTeaser {
	width: 135px; height: 160px;
	position: absolute;
	top: 52px; left: 290px;
	z-index: 4;
}

#attackTeaserInner {
	width: 95px; height: 80px;
	padding: 80px 20px 0 20px;
	background: url(/images/home/attackTeaser.png) left top no-repeat;
}

#attackTeaser h3, 
#attackTeaser p {
	display: none;
}

#attackTeaser span {
	font-family: "Courier New", Courier, monospace, serif;
	font-size: 1.1em;
	color: #f3a300;
	text-align: center;
	display: block;
	word-wrap: break-word;
}

#attackTeaser a {
	position: absolute;
	top: 127px; left: 10px;
	display: block;
	width: 115px; height: 25px;
	text-indent: -19999px;
	background: url(/images/home/attackButton.gif) left top no-repeat;
}

#attackTeaser a:focus {
	outline: none;
}

#partner {
	position: absolute;
	top: 0px; left: 50%;
	margin: 0 0 0 166px;
	width: 263px; height: 60px;
	padding: 20px 0 5px 50px;
	background: url(/images/layout/partnerBg.jpg) left 45px no-repeat;
	color: white;
	font-family: "Courier New", Courier, monospace, serif;
	line-height: 75px;
	z-index: 5;
}

#footer {
	width: 975px; height: 35px;
	position: relative;
	top: 45px;
	padding: 5px 0 0 0;
	overflow: hidden;
	margin: 0 auto;
}

#footer p {
	float: right;
	background: white;
	font-family: "Courier New", Courier, monospace, serif;
	font-size: 1.1em;
	line-height: 14px;
	padding: 0 5px;
}

#footer p a {
	color: #000000;
	text-decoration: none;
}

#footer p a:hover {
	color: #555555;
}

#footer p#legal {
	background: none;
	position: absolute;
	top: 5px; left: 0px;
	width: 530px; height: 35px;
	overflow: hidden;
	float: none;
	text-align: left;
	color: white;
	padding: 0;
}

#footer p#legal span {
	display: block;
	float: left;
	width: 15px;
	height: 35px;
}

/* NAVIGATION */

ul#mainNav {
	position: absolute;
	top: 376px; left: -18px;
	display: block;
	width: 300px; height: 120px;
	list-style-type: none;
}

ul#mainNav li {
	display: block;
	width: 300px;
}

ul#mainNav li#start {
	height: 40px;
}

ul#mainNav li#gallery {
	height: 35px;
}

ul#mainNav li#fashion {
	height: 45px;
}

ul#mainNav li a {
	display: block;
	width: 100%; height: 100%;
	text-indent: -19999px;
	background-position: left top;
	background-repeat: no-repeat;
}

ul#mainNav li#start a {
	background-image: url(/images/layout/navigation/startNav.jpg);
}

ul#mainNav li#gallery a {
	background-image: url(/images/layout/navigation/galleryNav.jpg);
}

ul#mainNav li#fashion a {
	background-image: url(/images/layout/navigation/fashionNav.jpg);
}

ul#mainNav li a:hover {
	background-position: left bottom !important;
}

ul#mainNav li a:focus {
	outline: none;
}


