@charset "utf-8";
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container #banner {
	position: absolute;
	height: 100px;
	width: 900px;
}
#container #logo {
	position: absolute;
	height: 100px;
	width: 175px;
}
#container #background {
	position: absolute;
	height: 600px;
	width: 900px;
	background-color: #CCCCCC;
}
#container #navigation {
	position: absolute;
	height: 500px;
	width: 175px;
	top: 100px;
}
#container #text {
	position: absolute;
	height: 350px;
	width: 500px;
	left: 193px;
	top: 126px;
}

