@charset "utf-8";
html,body {
  height:100%;
}

.content {
	background-color: #CCC;
	padding: 0px;
	width: 950px;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position:relative; 
}
.header {
	background-color: #6F9;
	width: 900px;
}

.left {
	background-color: #FF6;
	width: 900px;
	padding: 0px 0px 40px 0px;
}

.footer {
	background-color: #F90;
	width: 900px;
	vertical-align:bottom;
	position:absolute; 
	bottom:10px;
	line-height: 1.5em;
}

