/* hw-06.css, cr 01 may 2015 by ralph */

body {
	width:1000px;
	margin:15px auto;
	font-family: Arial, sans serif;
	background-color: #ffffb0;
}

h1 {
	color: magenta;
}

header {
	margin:0 20px 0 0;
	padding:0;
	background-color: #ffffc0;
}

section#base {
	float: left;
	width:60%;
	background-color: #ffffff;
}

footer {
	float: left;
	width:75%;
	display:block;
	text-align: center;
	background-color: #ffff90;
	color: green;
}

<!--[if lt IE 9]>
<script type="text/javascript">
	document.createElement("header");
	document.createElement("footer");
	document.createElement("section");
</script>
<![endif]-->




