body {
	background-color: #999;
	text-align: center;
	margin: 40px 0 20px 0;
	}

#container {
	width: 900px;
	height: auto;
	margin: 0px auto;
    text-align: left;
	}
	
#header {
	width: 900px;
	height: 100px;
	background-color: #7ECDC3;
	background-image: url(images/header.gif)
	}
	
#content {
	width: 900px;
	height: 407px;
	margin: 3px 0 0 0;
	background-color: #58595B;
	position: relative;
	}

.left {
	position: absolute;
	top: 20px;
	left: 26px;
	}
	
.right {
	position: absolute;
	bottom: 46px;
	right: 24px;
	}
		
#footer {
	width: 900px;
	height: 50px;
	background-color: #58595B;
	border-bottom: 1px solid #7ECDC3;
	}