html,body { overflow: auto; font-family:arial; background: #f6f6f6; background-image: url("../images/stripe.png");}
html>body { overflow: visible; font-family:arial; background: #f6f6f6; background-image: url("../images/stripe.png");}
html      { height: 100%; }

.sitediv {
	width:821px;
	border: 1px #e6e6e6 solid;
}
.sitediv2 {
	border: 1px #e0e0e0 solid;
}
.sitediv3 {
	border: 1px #d6d6d6 solid;
	min-height:480px;
	background: white;
}

.logotable{
	width: 100%;
	height: 88px;
	background-image:url(../images/logo_filler.png);
}

.topnav {
	position:relative;
	width: 100%;
	height: 45px;
	top:-3px;
	z-index:100;
	background-image:url(../images/top_filler.png);
}

.mainArea {
	position:relative;
	width: 100%;
	top:-10px;
	z-index:5;
	min-height: 350px;
}

.logindiv {
	overflow:hidden;
	border: 0px;
	width: 170px;
	height: 360px;
	z-index: 10;
	position: relative;
	background: #61b1fe;
	font: bold 12px arial;
	color: white;
}

.animationdiv {
	overflow:hidden;
	border: 0px;
	width: 640px;
	height: 360px;
	z-index: 10;
	left: 177px;
	top: 0px;
	position: absolute;
}

.mainPageArea {
	position:absolute;
	margin:0;
	top:0px;
	z-index:5;
	left:185px;
	width:100%;
}

.copyright {
	font-size:10px;
}
