html {
    overflow: hidden;
}

#mainContainer{
	width:773px;
	float:left;
	margin-top:44px;
	text-align: center;	
}

#mainArea{
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	height:1000px;
	width:1010px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-500px;
	margin-left:-505px;
	text-align:center;
	z-index:1;
}


img.bgimage {
    display: none;
}

img.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

#topMenu{
	float:left;
	width: 221px;
	z-index:2;
	position: fixed;
	height:100%;
	min-height:100%;
	background-image: url(../imgs/sideline.gif);
	background-repeat: repeat-y;
}
