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

.clearall {
	clear: both;
}

body {
    font-size: 1em;
	background: #fbfbfb;
}

#site {
	text-align: center;
	width: 350px;
	margin: 0 auto;
	position: relative;
}

#header h1 a {
	background: url(../images/logo.jpg) no-repeat;
	width: 350px;
	height: 75px;
	text-indent: -999999px;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}

#header p {
	padding-top: 90px;
}
