* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	overflow: hidden;
}

body {
	background: #fff;
	font-family: 'Lucida Grande', 'Tahoma', 'Verdana', sans-serif;
	font-size: 11px;
	margin: 50px;
}

#page {
	background: #fff;
	height: 100px;
}

h1 {
	display: none;
	margin-left: -99999px;
	position: absolute;
}

#text {
	color: #333;
	font-size: 2em;
	margin: 20px 0 0 105px;
}

form {
	font-size: 14px;
	margin-top: 10px;
}