@charset "utf-8";
#wrapper {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 10px solid #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5C1468;
	background-color: #E7DFEE;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 220px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B7EB6;
}
#content {
	padding: 20px;
	width: 860px;
	text-align: center;
	font-size: 18px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #9B7EB6;
	background-color: #FFFFFF;
}
#wrapper #content a {
	color: #48054C;
	padding: 5px;
	border: 1px solid #9B7EB6;
	text-decoration: none;
}
#wrapper #content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9B7EB6;
}
