html {
	height: 100%;
	overflow: hidden;
	}
body {
	height: 100%;
	color: #222;
	background-color: #edebec;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
form, input, textarea, select {
	margin: 0;
	}
img {
	border: 0;
	}

#site {
	height: 100%;
	}
#site a {
	width: 593px;
	margin: 0 auto;
	margin-top: 120px;
	display: block;
	}
