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

* {
	font-family:Arial, Helvetica, sans-serif;
	color: #8b8785;
	font-size: 13px;
}

img {
	display: block;
}

html, body {
	height: 100%;
	margin: 0 auto;
}

body {
	background-color:#ffffff;
}

h1 {
	text-align: center;
	font-size:14px;
	font-weight: normal;
	color: #8b8785;
}

p {
	text-align: center;
	padding-bottom: 10px;
}

#site {
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -162px;
	margin-top: -150px;
	background-color: #ffffff;
	width: 325px;
}

#content {

}