body {
	background-color: #174a7c;
}
#container {
	margin: auto;
	height: 585px;
	width: 630px;
	position: relative;
}
#index_logo {
	position: absolute;
	height: 105px;
	width: 418px;
	left: 105px;
	top: 45px;
}
#index_border_upper {
	position: absolute;
	height: 15px;
	width: 630px;
	left: 2px;
	top: 150px;
}
#index_content {
	position: absolute;
	height: 345px;
	width: 630px;
	left: 0px;
	top: 165px;
}
#index_email {
	position: absolute;
	height: 30px;
	width: 330px;
	left: 150px;
	top: 510px;
}

#index_border_lower {
	position: absolute;
	height: 15px;
	width: 630px;
	left: 0px;
	top: 555px;
}
#index_copyright {
	position: absolute;
	height: 15px;
	width: 630px;
	left: 0px;
	top: 570px;
}
