/* Styles for TheTopOfTheWorld.net */

body, div { font: 11px verdana, geneva, lucida, arial, sans-serif; }

body {
	text-align: center; 
	background-color: #80C4FF; color: black;
}

#page {
	position: relative;		/* to allow us to use positioning within */
	width: 800px;
	/* padding: 10px; */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/* background: white; */
}

#headerbox {
	float:right;
	border: 4px solid #eca;
	padding: 10px;
	width: 272px;
	height: 124px;
	background: #fed;
	font-size: 14px;
}

#header img {
	display: block;
	border: 4px solid #56c;
}

.spacer {
	height: 10px;
}

#content {
	border: 1px solid #345;
	padding: 20px;
	width: 758px;
	height: 260px;
	background: white;
}