@charset "UTF-8";
/* CSS Document */

#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: center;
}
#main h1 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 45px;
	font-weight: bold;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	margin-top: 200px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

