body, html  {
	position : relative;
	text-align : center;
	border : 0;
	margin : 0 auto;
	padding : 0;
	background-color : #0074b9;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
}

#rahmen {
	position: relative;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	width: 600px;
	height : 420px;
	top: 0px;
}

#skip_intro {
	position: relative;
	margin-top: 0pt;
	width: 600px;
	height : 20px;
	top: 0px;
	text-align: right;
	font-size: 10px;
	vertical-align: bottom;
	padding-top: 5px;
}


A {
	color: #FFFFFF;
	text-decoration: none;
}

A:hover { color: #FFFFFF; text-decoration: underline; }
