@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background: #7a1627 url(../images/bg_chocolate.jpg) left top repeat-x;
	color: #eddf9a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
	text-decoration: none;
	color: #bfaf61;
}
a:hover {
	text-decoration: underline;
}
#logo {
	width: 252px;
	height: 231px;
	margin: auto;
	margin-top: 110px;
}
#wrapper {
	margin-top: -60px;
	position: relative;
	background: url(../images/bg_wwc.png) left top repeat-x;
	overflow: hidden;
}
#page {
	position: relative;
	width: 800px;
	margin: auto;
}
#content {
	margin-top: 100px;
	text-align: center;
}

	
