/* style.css */

body {

	text-align: center;
	padding: 0;
}




#rahmen {
	text-align: left;
	position: relative;
	background-color: #EBEBEB;
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	background-repeat: repeat-y;
	background-position: center center;
	height: 100%;	
}

.centered{
	text-align:center;
}
