@charset "UTF-8";
#logo {
	position:absolute;
	left:12px;
	top:11px;
	width:446px;
	height:95px;
	z-index:1;
}
#containerin {
	height: 900px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#image {
	position:absolute;
	width:800px;
	height:400px;
	z-index:2;
	left: 25px;
	top: 109px;
	border: thin dotted #6F0;
}
#footer {
	position:absolute;
	width:800px;
	height:101px;
	z-index:3;
	left: 25px;
	top: 522px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #6F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F0;
}
#menu {
	position:absolute;
	width:485px;
	height:26px;
	z-index:4;
	left: 339px;
	top: 537px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F0;
	text-align: right;
}
#text {
	position:absolute;
	width:349px;
	height:381px;
	z-index:5;
	left: 471px;
	top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #6F0;
}
