#menu{
  width:980px;
  height:39px;
  background-image:url('../images/layout/menu_bg.png');
  background-repeat: repeat-x;
  background-position: center center;
  margin-top:10px;
}

#textDiv1, #textDiv2, #textDiv3, #textDiv{
  text-align:center;
  background-color:transparent;
  margin-top:10px;
  padding-top:6px;
  margin-bottom:0px;
}

#textDiv{
  width: 980px;
  background-image:url('../images/layout/content.gif');
  background-repeat:no-repeat;
  background-position:top center;
}

#regCont{
  width: 980px;
  background-image:url('../images/layout/content.gif');
  background-repeat:no-repeat;
  background-position:top center;
}

#textDiv1, #textDiv3{
  width: 570px;
  background-image:url('../images/layout/content_left.gif');
  background-repeat:no-repeat;
  background-position:top center;
}

#textDiv2{
  width: 400px;
  background-image:url('../images/layout/content_right.gif');
  background-repeat:no-repeat;
  background-position:top center;
  text-align:justify;
}


#textDiv1Bottom, #textDiv2Bottom, #textDiv3Bottom, #textDivBottom{
  margin-top:0px;
}

#textDivBottom{
  width: 980px;
  height: 10px;
  background-image:url('../images/layout/content_bottom.gif');
  background-repeat:no-repeat;
  background-position:bottom center;
}

#textDiv1Bottom, #textDiv3Bottom{
  width: 570px;
  height: 10px;
  background-image:url('../images/layout/content_left_bottom.gif');
  background-repeat:no-repeat;
  background-position:bottom center;
}

#textDiv2Bottom{
  width: 400px;
  height: 10px;
  background-image:url('../images/layout/content_right_bottom.gif');
  background-repeat:no-repeat;
  background-position:bottom center;
}

#textDiv1Txt, #textDiv2Txt, #textDiv3Txt, #textDivTxt{
  padding-left:180px;
  padding-right:180px;
}

#srcRes{
	text-align:left;
	width:570px;
	margin-left:-165px;
}

