#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#rightmain {
	width:24%;
	position:absolute;
	right:0px;
}

#leftmain {
	width:30%;	
	position:absolute;
	left: 0 px;
}

#centermainTitle{
	background-image:  url(../ggtop.jpg); 
	layer-background-image:  url(../ggtop.jpg);
	color: #FFF4BF;
	height:18px;
}

#cmt1{
	position:relative;
	float:left;
	padding-top:3px;
}

#cmt2{
	position:absolute;	
	width:140px;
	right:140px;
}
	
#cmt3{
	position:absolute;	
	width:16px;
	right:113px;
	padding-top:1px;
}

#cmt4{
	position:absolute;
	right:0px;
	width:112px;
}


#centermain{
	width:46%;
	position:absolute;	
	left: 30%;
}

#centermainContent{
	text-align:left;
	background-image:url(../2longlines.gif);
	layer-background-image:  url(../2longlines.jpg);
}

#centerRightContent{
	position:relative;
	float:right;
	z-index:999;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: url('../_images/loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}