@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/background.png) left top no-repeat fixed;
	font-family:"Century Gothic", Arial, "Times New Roman";
}

div#wrapper {
	background: #fff url(images/rahmen.png) top left no-repeat;
	width: 710px; 
	height: 555px;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 10px;
	padding: 10px 5px 10px 5px;
	text-align: center;
}

div#main {
	width: 700px; 
	height: 550px; 
	margin-bottom: 10px;
	margin-left: 10px;
}


a {
	padding: 15px 0 15px 40px;
	font-weight: normal; 
	font-size: 200%;
	color: #4b4a4d;
	text-decoration: none;
	}
	a:hover {
		color: #ce0233;
		text-decoration: underline;
	}

div#w3c {
	position: absolute;
	right: 0;
	top: 0;
}
