html, body {
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
}

div#spacer { 
	margin-bottom: -5em;
	height: 35%;
	width: 1px;
	float: left;
}

div#content {
	position: relative;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	height: 10em;
	width: 45em;
	margin: 0 auto;
	clear: left;
}

div#content a {
    color: red;
    text-decoration: none;
}

div#contentpress {
	position: relative;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	height: 10em;
	width: 45em;
	margin: 0 auto;
	clear: left;
}