@charset "utf-8";
* {margin:0; padding:0}
body {
	background-image: url(backdrops/SwitzerlandWide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: black;
}
div#content {
	text-align: center;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-28px;
	/*border:1px solid #333;*/
	margin-bottom: 150px;
}
