body {
	background-attachment: fixed;
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0;
}
div#center {
	position: absolute;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	margin-top: 20px;
}
div#logo {
	width: 800px;
	height: 161px;
	text-align: center;
	margin-bottom: 12px;
}
div#language, div#spacer {
	float: left;
}
div#language .button {
	width: 23px;
	margin-bottom: 1px;
	margin-right: 1px;
	padding: 2px;
	background-color: #7f0041;
	text-align: center;
}
div#language .button a {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
div#content {
	float: left;
	width: 740px;
	margin-bottom: 0px;
	border: 1px solid #7f0041;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#copy {
	float: right;
	margin-right: 30px;
	margin-bottom: 30px;
	font: 0.6em Arial, Helvetica, sans-serif;
	color: #7f0041;
}
p {
	padding-left: 30px;
	padding-right: 30px;
	font: 0.8em Arial, Helvetica, sans-serif;
	text-align: left;
}
li {
	margin-left: 60px;
	margin-bottom: 5px;
	list-style-image: url(../images/list.gif);
	font: 0.8em Arial, Helvetica, sans-serif;
	text-align: left;
}
a {
	color: black;
	text-decoration: none;
}

