@charset "UTF-8";
#content {
	height: 550px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	text-align: center;
	float: left;
	height: 140px;
	width: 800px;
	margin-top: 200px;
}
#text {
	text-align: center;
	float: left;
	height: 200px;
	width: 800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #AF4024;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AF4024;
}
a:hover {
	text-decoration: underline;
	color: #AF4024;
}
a:active {
	text-decoration: none;
	color: #AF4024;
}
