/* <title>Party bei Urs: CSS</title> */

body {
	background-image: url(background.jpg);
	font-family: sans-serif;
}

#distance { 
	width: 1px;
	height: 45%;
	margin-bottom: -13.75em;
	float: left;
}

#main_box {
	margin: 0 auto;
	position: relative;
	text-align: left;
	height: 30em;
	width: 52em;
	clear: left;
	background-color: #ff9;
	border: 1px solid #c93;
	border-top-color: #fff;
	border-left-color: #fff;
}

#center {
	text-align: center;
}
