body {
	text-align:				center;
	background: 			#fff;
	background-image: 		url("bg.jpg");
	background-position: 	left top;
    background-repeat: 		repeat-x;
	font-family: 			futura,verdana,arial,sans serif;
	font-size: 				11px;
	color:					#444;
}

#start {
    margin: 		18px auto 9px;
    width: 			780px;
	height:			504px;
}
#start_logo {
	margin: 		150px auto 180px;
	width: 			480px;
	height: 		278px;
	position:		relative;
}
#start_impressum {
	padding-top:	5px;
	height: 		40px;
	border-top: 	1px solid #444;
	text-align:		left;
	position:		relative;
}
a {
color:				#444;
text-decoration:	none;
}

a:hover {
color:				#444;
text-decoration:	underline;
}

a:visited {
color:				#444;
}