#main {
	text-align: center;
	width: 100%;
	height: auto;
	margin:0 auto;
}
#blktop {
	width: 800px;
	height: 57px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(imgs/asi-blk-top.jpg);
}
#whttop {
	width: 800px;
	height: 57px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(imgs/asi-white-top.jpg);
	background-position: left;
	background-color: #FFFFFF;
}

#contents {
	width: 800px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 800px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

