@import url(typo.css);

* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;}

body {
	position:relative;
}
.wrapper {
	height: auto; min-height: 100%;
}

.text {
	position:absolute;
	top:50%;
	left:50%;
	height:360px;
	width:500px;
	margin-top:-180px;
	margin-left:-250px;
	text-align:center;
}

.text h1 {
	font-size:30px;
	text-align:center;
}

.text p {
	text-align:center;
}

