@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #topbreaker {
	height: 20px;
}
#wrapper #header {
	height: 150px;
}
#wrapper #bodybreaker {
	height: 10px;
}
#wrapper #body {
	height: 600px;
}
#wrapper #footerbreaker {
	height: 30px;
}
#wrapper #footer {
	height: 120px;
	background-color: #808040;
}
#wrapper #bottombreaker {
	height: 30px;
}
#wrapper #header #logo {
	float: left;
	width: 300px;
	height: 150px;
}
#wrapper #header #navigation {
	float: right;
	height: 150px;
	width: 600px;
}
