body,div,th,td {
	margin: 0; 
	padding: 0;
}

html {
	height: 100%;
}
	
body { 
	position: relative; 
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body#page {
	background: #ffffff;
}

div#page-body {
	background: #ffffff url(../images/page_body_bg.png) 50% 0 repeat-x;
}

div#intro {
	background: #FFF5EB;
	width: 800px;
	height: 600px;
}

div.wrapper {
	margin: auto;
}

div#header {
	width: 950px;
	position: relative;
	margin: 0px 0px 0px 0px;
	background: #FFF5EB url(../images/header_t.png) 0 0 repeat-x;
	z-index: 10;
}

div#header .header-b {	
	background: url(../images/header_b.png) 0 100% repeat-x;
}

div#header .header-l {
	background: url(../images/header_l.png) 0 0 repeat-y;
}

div#header .header-r {
	background: url(../images/header_r.png) 100% 0 repeat-y;
}

div#header .header-tl {
	background: url(../images/header_tl.png) 0 0 no-repeat;
}

div#header .header-tr {
	background: url(../images/header_tr.png) 100% 0 no-repeat;
}

div#header .header-bl {
	background: url(../images/header_bl.png) 0 100% no-repeat;
}

div#header .header-br {
	padding: 10px 10px 15px 10px;
	background: url(../images/header_br.png) 100% 100% no-repeat;
}

div#header .header-bg {
	height: 730px;
	padding: 10px 10px 0px 10px;
	background: url(../images/header_bg.png) 0 100% repeat-x;
}

span#logo, img#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 332px;
	height: 81px;
	border: 0;
	z-index: 3;
}

div#english {
	background: url(../images/flag_english.png) 0 100% repeat-x;
	width: 81px;
	height: 81px;
	position: absolute;
	bottom: 40px;
	left: 250px;
	z-index: 3;
}

div#german {
	background: url(../images/flag_german.png) 0 100% repeat-x;
	width: 81px;
	height: 81px;
	position: absolute;
	bottom: 40px;
	right: 250px;
	z-index: 3;
}

div#skip {
	background: url(../images/skip.png) 0 100% repeat-x;
	width: 100px;
	height: 40px;
	position: absolute;
	bottom: 40px;
	right: 425px;
	z-index: 3;
}

div#headermodule {
	height: 680px;
	background: url(../nightelf.jpg) top right repeat-x;
	overflow: hidden;
}