/*Layout all pages*/

/*BackGround*/

#wrapper{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 980px;
	height: 700px;
	margin-left: -490px;
	margin-top: -350px;
	background-color: white;
}

/*Header*/
#header{
	position: absolute;
	top: 0px;
	width: 980px;
	height: 180px;
	background: white url(../_img/_layout/main_top.gif) right top no-repeat;
}

/*Content*/
#content{
	position: absolute;
	top: 230px;
    width: 980px;
    height: 420px;
    overflow: auto; 
	background: white url(../_img/_layout/main_center.gif) right top no-repeat;
    }

	
body>#content {
    height: auto;
}

/*Footer*/
#footer
{
	position: absolute;
	top: 670px;
    width: 980px;
    height: 30px;
    clear: both;
	background-color: white;
    }

#footerLeft
{
    width: 490px;
	height: 30px;
    float: left;
    }
#footerRight
{
    width: 490px;
	height: 30px;
    float: right;
    }
#footerCenter
{
    width: auto;
    height: auto;
    }	
