div#container {
//width: 1320px;
 width: 1200px;
 margin: 0px auto;
 background: white;
 padding: 0px;
  
//border-right: 1px solid #606060;
 //height:630px
   height:300px
}



div#headerPane{
position: absolute;
	position: middle;
    margin-left: auto;
    margin-right: auto;

	top:-5px;
	//top:-4px;
       z-index: 1;

	//border-bottom: 1px solid #606060;
	//width: 1320px;
  width: 1200px;
       height: 140px;
  background-color: black;
//background-color: white;
}

div#headerPane2{
position: absolute;
	position: middle;
    margin-left: auto;
    margin-right: auto;

//	position: absolute;
//	left:10px;
//	top:140px;
  top:140px;
//border-right: 1px solid #606060;
//border-left: 1px solid #606060;
//border-bottom: 2px solid #606060;
       z-index: 1;

	//width: 1320px;
  width: 1200px;
       height:30px;
background-color: white;
}



div#maincontent {
	position: middle;
	position: absolute;
      margin-left: auto;
    margin-right: auto;
	//left:10px;
	top:260px;
//width: 1320px;
   width: 1200px;
background-color: white;
//background-color: beige;

height:438px;
  //border-bottom: 1px solid #606060;
}
div#maincontent2 {
	position: middle;
	position: absolute;
      margin-left: auto;
    margin-right: auto;
	//left:10px;
	//top:629px;
  top:650px;
//width: 1320px;
   width: 1200px;
//background: #333333;
  background-color: white;
height:30px;
  //border-bottom: 1px solid #606060;
  //border-right: 1px solid #606060;
}


