/* General Reset */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #EEEEEE;
}

/* DIVS */
#page {
	margin: 0px auto;
	width: 960px;
}

#header {
	background: #736e71;
	height: 200px;
	width: 100%;
}

#content {
	background: #FFFFFF;
	width: 100%;
}

#footer {
	background: #6d8c89;
	width: 100%;
}