
#all {
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  width: 730px;
  height: 983px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  width: 730px;
  clear: both;
}

#left {
  float: left;
  width: 365px;
  clear: left;
}

#right {
  float: left;
  width: 365px;
}

#footer {
  float: left;
  width: 730px;
  clear: both;
  text-align: center;
 	font-size: 9px;
	color: #FFF;

}

body   { color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica; line-height: 148%;  text-align: left; padding: 0;}
