body {
	background-image: url('images/bg.gif');
	background-position: top center;
	font-family: Tahoma;
	font-size: 14px;
}

#page {
	position: absolute;
	top: 100px;
	left: 50%;
	
	margin-left: -250px;
	width: 450px;
	height: 400px;
}

#logo {
	float: left;
	padding-right: 15px;
}

#content {
	position: relative;	
	height: 155px;
	
	color: #423c32;
}

#clock {
	position: absolute;
	bottom: 0px;
	left: 185px;
	
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #897459;
}