/* ########## GLOBAL STYLES ########## */

html {
    margin:0px;
    padding:0px;
    overflow:auto;
    height:100%;
}

body {
    margin:0px;
    padding:0px;
    background:#4b4a4d;
    height: 100%;
    font-size: 12px;
	color:#ffffff;
	font-family: Trebuchet,"Trebuchet MS",Arial,Helvetica,sans-serif;
}
img {
	border:none;
}

#header {
    background: #ffffff;
    height: 283px;
	top:0px;
	width:100%;
    overflow: hidden;
    position: absolute;
}

#logo {
    left: 50%;
    position: absolute;
    width: 600px;
	height: 243px;
	margin:20px 0px 0px -300px;
}

#main {
	position:absolute;
	overflow:auto;
	top:283px;
	width:900px;
	left:50%;
	margin:0px 0px 0px -450px;
	height:auto;
	z-index:5;
	background: url('bg.jpg') x-repeat;
	text-align:center;
}

#titel {
	font-size:36px;
	margin:40px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#text {
	margin:30px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}
	
