* {
	background: #D1D0C6
}
img{border:none;}
a{color:#444;display:inline;}
a:hover{text-decoration:underline;color:#000;}


body {
	font-family: Georgia, serif;
	overflow: hidden;
	text-align: center;
}

#background{
	background: #D1D0C6 url(images/main_background_taupe.jpg);
	background-repeat: no-repeat;
	background-position: center
	position:absolute;
	width:800px;
	height:600px;
	margin-left: auto;
	margin-right: auto;
}

#maincontent{
	position: inherit;
	font-family: Arial;
	padding-top: 150px;
	border:0px solid #000;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
}

table {
	position: inherit;
	font-family: Arial;
	text-align: center;
	background-color: transparent;
	padding: 0px;
	padding-top: 150px;
	margin-left: auto;
	margin-right: auto;
}
