body {
	background-image: url('images/bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #229ad2;
  margin: 0px;
  padding: 0px;
}

a:focus { outline: none; }

a {
  text-decoration: none;
  color: #229ad2;
}

a:hover {
  text-decoration: underline;
}

input, select, textarea {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

#container {
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
}

#head {
  margin: auto;
  width: 872px;
}

#cont {
  margin: auto;
  width: 872px;
  background-image: url('images/innerbg.png');
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
  align: left;
}

#end {
  margin: 0;
  padding: 0;
}

#end ul {
  margin: 0;
  padding: 0;
}

#end li {
  list-style-type: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}


#left {
  padding-top: 55px;
  line-height: 1.4;
}

#middle {
  padding-top: 18px;
  text-align: left;
}

#right {
  padding-top: 60px;
  line-height: 1.6;
}

#midtxt {
  background-image: url('images/midbg.gif');
}