/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFF;
	height: 100%;
}

html {
	height: 100%;
}

#wrapper {
	width: 100%;
	height: 100%;
	min-height: 600px;
}

p, h1, a {
	display: none;
}
