#content
{
	background-image: url(../images/bkg/Org.jpg);
}

#footer
{
	background-color: red;
	width: 797px;
	height: 20px;
}

#header
{
	float: none;
	clear: both;
	width: 797px;
	height: 75px;
	display: block;
	position: relative;
	background-color:red;
}

div#header span
{
	position: absolute;
	bottom: 15px;
	right: 19px;
	font-weight: bold;
	color: white;
}