body {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	background-image: url("images/schneeflocken.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

div#website {
	position: relative;
	width: 745px;
	height: 100%;
	margin: -70px auto 0 auto;
	background-color: transparent;
}


img {
	border: none;
}	

	
/* ############################################################## */
/* #### Clearfix ################################################ */
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

