#container {
	min-height: 600px;
	background-color: #EFEFEF;
	width: 970px;
	background-image: url(../images/logo_left.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border: 1px dotted #666;
	float: left;
	z-index: 1;
	padding-bottom: 20px;
}

body {
	background-color: #c0ffc0;
	}