body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:arial,sans-serif;
	font-size:small;
	background-color: #C7C7BD;
	background-image: url(images/otsologo.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 30px;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#ccc;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}



div#content {
	padding:1em 1em 5em;
	min-height: 300px;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%; /* stick to bottom */
	vertical-align: 90%;
	bottom: 40px;
	background-color: #C7C7BD;
}
	div#footer p {
		padding:1em;
		margin:0;
	}

hr {
	width: 220px;
}