#loader
{
    overflow: hidden;
    position: absolute;
	width: 1240px;	

	height: 25px;
	white-space: normal;
	z-index: 9999;
	background: rgb(233, 233, 233);
	background: rgba(233, 233, 233, 0.8);
}
#pagetop
{
	border: 1px solid #000;
	background: rgb(233, 233, 233);
	width: 1240px;	
	margin: auto;
}

#pagetoptop
{
	border: 0px;
	width: 1240px;	
	margin: auto;
    text-align:right;
    font-family: verdana;
    font-size: 0.7em;
    font-weight:bold;
    color: #eee;
}
#pagewidth {
	background: #EEE;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: auto;
	width: 1240px;
	background: rgb(250, 250, 250);
	background: rgba(250, 250, 250, 0.7);
}
