body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font: 78% arial, verdana, sans-serif;
	color : Black;
}

#top {
position: absolute;
visibility: hidden;
z-index: 1;
width: 800px; 
height: 115px;
top: 0px; 
left: 0px;
}
#content {
	position: static;
	bottom: 0px;
	width: 600px;
	z-index: 1;
	top: 20px;
	left: 20px;
	background-color: White;
	color: Black;
}
#links {
	position: absolute;
	visibility: hidden;
	bottom: 0px;
	width: 200px;
	height: 80%;
	z-index: 1;
	top: 116px;
	left: 0px;
	background-color : #a60000;
	
}