* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Verdana, Arial;
	background-color: #00C000;
}
.wrapper {
	width: 100%;
	min-width: 1000px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 300px;
	background-color: #00C000;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	height: 300px;
	text-align: center;
}




/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 300px;
	background-color: #00C000;
}