
#body {
	background-color: gray;
}

#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
	

#nav {
	position: absolute; 
	left: 0; 
	top: 296px;
	padding: 20px;
	font-family: "Arial";
	font-color: red;
        width: 80px;
}

#nav a {
	display: block;
}

#content {
	width: 600px;
	position: absolute;
	left: 120px;
	right: 103px;
	top: 296px;
	padding: 20px;
	font-family: "Arial";
	background-color: white;
}

