html {
	background: #F0E68C;
}

body {
	border:8px solid black;
	width:1100px;
	margin:0 auto;
	padding:4em;
	font-family: Arial, Helvetica, sans-serif;
	background:white;
	font-size: 0.8em;
}

header {
	background: #F0E68C;
	background-image: url("images\banner.png");
	background-repeat: no-repeat;
}

nav {
	background: #F0E68C;
	padding-right: 0.5em;
}

nav a{
	font-size: 0.8em;
	padding-right:0.8em;
}

section{
	margin:10px 0 10px 0px;
}

img{
	width: 350px;
}

footer {
	height:30px;
	background: #F0E68C;
}

footer p{
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 0.8em;
	padding-top:10px;
	margin:10px 0 0 10px;
}

#banner{
	width: 1090px;
	border: 5px solid black
}

#group{
	width: 500px;
}

#yellowguy{
	width:300px;
}

#duckguy{
	width:400px;
}

#redguy{
	width:480px;
}