/*ABOUT PAGES STYLES*/

#container {
	position: relative;
	text-align: left;
	width: 640px;
	height: 744px;
	margin-right: auto;
	margin-left: auto;
	border: 1px #999999 solid;
	background-color: #F5F5F5; 
}

#contents {
	position: absolute;
	width: 358px;
	height: 580px;
	top: 108px;
	left: 220px;
	border: 1px #999999 solid;
	background-color: #FFFFFF; 
}

#footer {
	position: absolute;
	text-align: center;
	width: 640px;
	top: 770px;
}
