body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	background: #7e7e7e;
	margin: 0;
	padding: 0;
}

body a {color: blue}
body a:visited {color: #505090}
body a:hover {text-decoration: none}

#the_page {
	position: relative;
	width: 71.0em;
	background: white;
}
	
	#content {
		position: relative;
		width: 71.0em;
		padding-top: 5.0em;
		left: 3.2em;
		z-index: 100;
	}

	img.preloadedImage {
		position: absolute;
		top: 5.0em;
		left: 5.0em;
		width: 1.0em;
		height: 1.0em;
	}

