@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	padding: 0; margin: 0;
}

#top, #middle, #center {
	position: relative;
	min-width: 886px;
	text-align: center;
}

#top {
	height: 154px;
}

#middle {
	min-height: 652px;
}

.content {
	position: relative;
	width: 886px; height: 100%;
	margin: 0 auto; padding: 0;
	text-align: left;
}

#top .content {
	position: relative;
}

#middle .content {
	height: 652px;
}