@charset "UTF-8";
body {
}
#wrapper {
	background-repeat: repeat;
	text-align: center;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#header {
	height: 43px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	clear: both;
	text-align: center;
	height: 38px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	letter-spacing: normal;
	color: #181818;
	-ms-transition: outline-color ease-in-out;
	-o-transition: outline-color ease-in-out;
	text-decoration: none;
}
