/* CSS Document */

#holder {
	height:100%;
	min-height:100%;
	display: block;
}
.brownbars { background-color:#c2ac99; width:100%; height:27px;}
.brownbars2 { background-color:#c2ac99; width:100%; height:23px;}

.topbar {
	background-image: url(picts/bluebar.gif);
	background-repeat:repeat-x;
	width:100%;
	height:40px;
	background-position: center top;
}
.bottombar { background-image: url(picts/bluebar2.gif); background-repeat:repeat-x; width:100%; height:26px;}
#content {
	width:100%;
	height:auto;
	display: table;
	position:absolute;
	top:24%;
	vertical-align:middle;
	text-align:center;
}
#content2 {
	width:100%;
	height:auto;
	display: table;
	position:absolute;
	top:10%;
	vertical-align:middle;
	text-align:center;
}

#top {position:absolute; top:0px; height:65px; width:100%;}
#bottom {position:absolute; bottom:0px; height:49px; width:100%;}
