html,body {
	padding:0px;
	margin:0px;
}
body {
	position: relative; 

	min-height:100%;         /* IE min-height hack */
	height:auto !important;  /* IE min-height hack */
	height:100%;             /* IE min-height hack */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333333;
	border:0px solid blue;
	background-image:url(../templates/img/bg_balken_intro.jpg);
	background-repeat:repeat-x;
}

#stage {
	position: relative;
	width: 980px;
	height:550px; 
	min-height:550px !important;
	margin: 0 auto 0 auto;
	border:0px solid red;
}

#content {
	position:absolute;
	left:0px;
	top:136px;
	float:left;
	border:0px solid blue;
	width:420px;
	margin:0px;
	padding:0px;
}



#logo {
	float:left;
	border:0px solid blue;
}


#skip {
	position:relative;
	overflow: hidden;
	width: 100%;
	margin: 20px auto;
	font-weight: normal;
	color: #666666;
	font-size: 10px;
	text-align:center;
}

#footer {
	position:relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	font-weight: normal;
	color: #666666;
	font-size: 10px;
	text-align:center;
}

#footer a:link, #footer a:visited, #skip a:link, #skip a:visited  {
	text-decoration: none;
	color: #666666;
}
