html {
	overflow: auto;
}
body {
	background-color: #cae2f0;
	padding: 0;
	border: 0;
	margin: 0;
	height: 100%;
	overflow: auto;
}
.style1, .style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #1d698d;
}
#top {
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	height: 123px;
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: 0px;
}
#content {
	_height: auto;
	overflow: auto;
	position: absolute;
	top: 123px;
	bottom: 90px;
	left: 0;
	right: 0;
}
#bottom {
        background-image: url(images/bottom.jpg);
        background-repeat: repeat-x;
	height: 90px;
	width: 100%;
	_position: fixed;
	position: absolute;
	overflow: hidden;
	bottom: 0px;
}
._align {
	position: absolute;
	visibility: visible;
	height: auto;
	width: 390px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.btns {
	position: absolute;
	visibility: visible;
	left: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	height: auto;
	width: auto;
	top: 50px;
}

