body {
  background-color: #d7edfc;
  margin: 0px auto;
  color: black;
  font-family: arial, helvetica, verdana;
  text-align: center;
  background-image: url("../images/clouds.gif");
  background-repeat: repeat-x;

}

a {
  color: #254c60;
  text-decoration: none;
  
}
h1 { font-size: 13px; }
p { color: #333; font-size: 12px; }

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration:none;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

div {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 720px;
  padding: 0;
  margin: 0 auto;
  background-color: #d7edfc;
}

.content-bg {
  width: 690px;
  background-color: white;
  margin: 0;
  padding: 15px;
  background-repeat: no-repeat; 
  text-align: left;
  font-family: arial, helvetica, verdana;
  color: black;
  height:100%; 
  background-image: url("../images/mc-top.jpg");
  
}

