@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	margin: auto;
	width: 1000px;
	height: 100%;
	background-color: #333;
}
#logo {
	text-align: center;
}
h1  {
	text-align: center;
	display: block;
	height: 40px;
	width: auto;
	background-color: #7ed1ee;
	background-position: 0%;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#page {
	background-color: #ececec;
	height: 100%;
	padding-top: 20px;
}
a {
	text-decoration: none;
}
