body {
	background: #69f; 
	margin: 0; 
	padding: 0;
	font-family: arial,helvetica,sans-serif; 
	color: #000;
	font-size: 12px;
}

#content p {margin: 0px 0 10px 0;
	text-align: justify;
}

p.headline {
	color: #f00; 
	font-family: arial,helvetica,sans-serif; 
	font-size: 28px; 
	font-weight: bold; 
}

a:link {color: #f00; text-decoration: none;}
a:visited {color: #69f; text-decoration: underline;}
a:active {color: #ff0; text-decoration: none;}
a:hover {text-decoration: underline overline; color: #ff0;}

#header {
	width: 572px;
	height: 207px;
	margin: 0 auto; 
}

#footer {
	width: 573px;
	height: 389px;
	background: url(/images/footer1.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
}

* html #footer {
	margin-top: -4px;
}

#content {
	width: 480px;
	height: 310px;
	overflow: auto;
	position: absolute;
	top: 40px;
	left: 45px;
	padding: 0 8px 0 0;
}
