@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.hometext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	padding-left: 15px;
}

#logo {
	position:absolute;
	left:24px;
	top:0px;
	width:218px;
	height:125px;
	z-index:1;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000000;
	width: 840px;
	position: relative;
}

