* {
	margin:0;
	padding:0;
	border:0;
}

html[xmlns^="http"]
{
	/* verhindert Mozilla-Zucken
	* > Firefox 1.5
	*/
	overflow-y: scroll;
}
	
body {

	font-family: Trebuchet MS, Verdana, Arial,  sans-serif;
	color: #666665;
	font-size: 13px;
	line-height: 140%;
	background:  #E5E3D7;
	height: 100%;
}

#mainArea {
	position: absolute;
	top: 20%;
	left: 0px;
	text-align:center;
	background: url("/CommonFiles/Images/bg_intro.gif") top left repeat-x;
	padding: 0px;
	width: 100%;
	height: 250px;
}
#mainContent {
	background: url("/CommonFiles/Images/img_intro.jpg") no-repeat center;
	height: 250px;
}

