@charset "utf-8";
/* CSS Document */

@import url("init.css");
html, body {
	height: 100%;
}
body {
	position: relative;
}
#image {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
}
#maintop h2 {
	position:absolute;
	top:10px;
	left:10px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:normal;
	letter-spacing:1px;
}
#footer {
	width:500px;
	height:150px;
	position: absolute;
	bottom: 80px;
}

#footer h5 {
	margin-top:8px;
	margin-left:24px;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	letter-spacing:1px;
}


