html { 
	height: 100%; margin-bottom: 1px;

} 

body {
	background-position: top;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size: 0.8em;	/*overflow:-moz-scrollbars-vertical;*/

}

#inhalt {
	position: relative;
	margin: 50px auto;
	width:400px;
	height: auto;
	background-image: url(../pix/bg5.png);
	text-align: center;
	float: none;
background-repeat:repeat-x;
border-style:inset;
border-width:8px;
}

.box {
	position: relative;
	height: 400px;
	width: 400px;

	
}

.headline {

font-size: 10em;
border-bottom:solid;
border-width:1px;

}

.message {

margin-top:80px !important;
margin-left:0px;
margin-right:0px;
font-size: 1.3em;
border-style:dashed;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 1px;
border-bottom-width: 1px;
}

.message p {

text-align:center;

}