html{height:100%}
body {
	height:100%;
	margin:0px;
	padding:0px;
	text-align: center;
	background-image:url(../bilder/bgMain.jpg);
	background-repeat: repeat-x;
	background-color: #d9ccbd;
}

/*############################ DIV ##########################*/

#container{
	width: 960px;
	height: 720px;
	margin:0px auto;
	background-color: #d9ccbd;
	text-align:left;
}