/* CSS Document */

.pagecell {
	width: 586px;
	position: absolute;
	height: 100%;
	background-color: #ffffff;
	background-repeat: repeat-y;
	border: 1px none #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	bottom: 100%;
	
}

.banner {
	position: relative;
	left: 0px;
	top: 0px;
}
.bannerbottom {
	position: relative;
	top: 0px;
	left: 0px;
}
