html[xmlns^="http"]{
	 /* Mozilla-Scrollbar */
	overflow-y: scroll;
}

html, body{
	margin:0;
	padding:0;
	text-align:center; /* horizontale Zentrierung in alten IEs */
}

/* ############################################################ */
/* #### Raster / Seitenaufteilung inkl. Spalten ############### */

div#website{
	position: relative;
	margin: 0 auto 0 auto;
	width:840px;
	text-align: center;
	height: 60;
}

div#content{
	position:relative;
	background-image: url(images/bg_content_dummy.gif);
	background-repeat: no-repeat;
	padding: 0;
	background-color: #FFFFFF;
}
