@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 {
	background-color: #CCCCCC;
	position: absolute;
	height: 700px;
	width: 900px;
}
#container #navigation {
	position: absolute;
	height: 600px;
	width: 175px;
	top: 100px;
	background-color: #000000;
}
#container #text {
	position: absolute;
	height: 498px;
	width: 500px;
	left: 190px;
	top: 121px;
}
h2 {
	font-family: Arial;
	font-size: 16px;
	color: #F60;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}
p {
	font-family: Arial;
	font-size: 12px;
}
h3 {
	font-family: Arial;
	font-size: 16px;
}

