html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#006699;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#000000;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}


.container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:#ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

.head {
	padding:8em;
	background:#ffffff url("logo.bmp") 50% 0px no-repeat;
}

.menu{position:absolute; left:30%;
}

.content {
	padding:0em 4em 5em; /* bottom padding for footer */

}


.foot {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#000000;
	font-family:arial,sans-serif;
	font-size:small;
	color:#ffffff;
}
