@charset "UTF-8";
/* CSS Document */

body
{	
	text-align: center;
	background-color: #CCD779;
}

#mainDiv
{
	/*The width is arbitrary*/
		width: 700px;
	/*The height comes from the larger picture of ducks*/
		height: 240px;
		margin-top: 100px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		
}

#duckWalk
{
	float: left;
	border-left: solid 5px black;
	border-right: solid 5px black;
}

#farRight
{
	float: left;
	background-color: white;
	width: 110px;
	height: 240px;
}

#left
{
	width: 400px;
	height: 240px;
	float: left;
	background-color: white;
}

#right
{
	width: 300px;
	height: 240px;
	float: left;
}

#topLeft
{
	background-color: white;
	width: 400px;
	height: 30px;
}

#luke
{
	width: 400px;
	height: 180px;
	text-align: left;
}

#bottomLeft
{
	background-color: white;
	width: 400px;
	height: 30px;
}