#wrap {
	background: #26921B;
}
#header {
	width: 100;
        clear: both;
	background: #26921B;
#content {
	width: 65%;
        float: left;
	}
#content div {
	padding: 20px;
	}
#sidebar {
	width: 35%;
	float: right;
	}
#footer {
	clear: both;
	}
