@charset "utf-8";
/* CSS Document */
body{background-color:#637f9f;}
#container {
    border:#ffffff medium solid;
	position:absolute;
	left:-400px;
	margin-left:50%;
	top:7px;
	width:800px;
	height:1099px;
	z-index:1;
}
#text{
	position:absolute;
	left:92px;
	top:640px;
	width:604px;
	height:321px;
	z-index:5;
}
#footer {
	position:absolute;
	left:6px;
	top:1020px;
	width:795px;
	height:94px;
	z-index:4;
	bottom: 20px;
}
.text {
    color: #47596f;
	font-size: 18px;
	font-weight: bold;
}
.list {color: #47596f;
    font-size: 20px;
	font-weight: bold;}
