body {
	background-color: #e4e4e4;
	font-family: verdana, arial;
}

#page {
	position: absolute;
	top: 5%;
	bottom: 5%;
	left: 10%;
	right: 10%;
	text-align: center;
	border: solid 3px #cccccc;
	background-color: #ffffff;
	padding: 20px;
}

#pageBody {
	width: 100%;
}

#logo {
	background-image: url('images/logo.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 216px;
}

#left {
	float: left;
}

#right {
	float: right;
}