#container {
	height: 600px;
	width: 960px;
	margin: 0px auto;
	top: 0px;
}
#nav {
	background-image: url(../images/images/header.jpg);
	float: left;
	height: 80px;
	width: 960px;
	line-height: 1px;
	position: fixed;
	top: 0px;
	margin: 0px auto;
}
#content {
	background-image: url(../images/images/content.jpg);
	float: left;
	height: 363px;
	width: 660px;
	padding-left: 300px;
	padding-top: 20px;
	background-repeat: no-repeat;
	margin-top: 66px;
	line-height: 1ex;
}
#container #footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	padding-top: 88px;
	float: right;
	padding-right: 86px;
	font-weight: lighter;
}
#footer {
	background-image: url(../images/images/footer.jpg);
	float: left;
	height: 123px;
	width: 960px;
	background-repeat: no-repeat;
}
