@charset "UTF-8";
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container #banner {
	position: absolute;
	height: 100px;
	width: 900px;
}
#container #contactform {
	position: absolute;
	height: 400px;
	width: 400px;
	left: 200px;
	top: 125px;
}
#container #logo {
	position: absolute;
	height: 100px;
	width: 175px;
}
#container #background {
	position: absolute;
	height: 800px;
	width: 900px;
	background-color: #CCCCCC;
}
#container #navigation {
	position: absolute;
	height: 700px;
	width: 175px;
	top: 100px;
	background-color: #000000;
}
#container #commentbox {
	position: absolute;
	height: 200px;
	width: 500px;
	left: 200px;
	top: 550px;
}
#container #HCB_comment_box {
	position: absolute;
	height: 200px;
	width: 500px;
	left: 200px;
	top: 596px;
}

