html, body {
  margin: 0;
  padding: 0;
  font:0.82em Verdana, Arial, Helvetica, sans-serif;
}

#outer {
  /*top: 1px;*/
  width:600px;
  height: 450px;
  /*left:35px;*/
  border: 0px solid #f00;
  /*position: absolute;*/
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-image: url("images/bg.png"); 
  background-repeat: repeat;
 /* background-color: #444444;*/
}

#top1 {
	top:20px;
  	width: 250px;
  	height: 81px;
 	position: relative;
  	left: 180px;
  	background-image: url("images/header.png"); 
  	background-repeat: no-repeat;
  /*z-index: 1;*/
}

#fronttop {
  width: 537px;
  height: 275px;
  top: 55px;
  position:relative;
 left:33px;
  background-image: url("images/login.png"); 
  background-repeat: no-repeat;
}

#top2 {
	top:90px;
  	width: 960px;
  	height: 30px;
     /*background-color: #aaf;*/
 	position: relative;
  	left: 0px;
  /*z-index: 1;*/


}

#footer {
	top:185px;
  	width: 257px;
  	height: 16px;
 	position: absolute;
  	left: 2px;
  	background-image: url("images/footer.png"); 
  	background-repeat: no-repeat;
  /*z-index: 1;*/
}



#location {
	top:140px;
  	width: 956px;
  	height: 30px;
     background-color: #abf;
 	/*position: absolute;*/
  	left: 0px;
  /*z-index: 1;*/


}
#idRegistration
{
	top:220px;
  	width: 960px;
  /*	height: 120px;*/
 /* background-color: #999;*/
 	position: relative;
	
  	left: 0px;
}

#content2 {
	top:220px;
  	width: 960px;
  /*	height: 120px;*/
 /* background-color: #999;*/
 	position: relative;
  	left: 0px;
  /*z-index: 1;*/


}