* {
	padding: 0;
	margin: 0;
}
p {
	margin: 0 0 .6em 0
}
#page-wrapper {
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	background-color: white;
	color: #555;
	min-height: 700px;
	position: relative;
	background: white url(wave.png) repeat-x center bottom
}
h1 {
	font-size: 1em;
	font-weight: normal
}
#content {
	margin: -320px 0 0 -280px;
	left: 50%;
	top: 50%;
	position: absolute;
	width: 560px;
	text-align: center
}
#site-slogan {
	margin: -23px 0 30px
}
#info,
#info a {
	color: #aaa
}
#soon {
	font-style: italic;
	display: inline-block;
	width: 60px;
	text-align: left
}
.blink {
	text-decoration: blink
}