body { 
  margin : 0px; 
  text-align: left;
  background-color : #FFFFFF; 
  background-image : url(back.jpg); 
  background-attachment : scroll; 
  background-repeat : repeat-y; 
  background-position: center;
  font-family: "Lucida Grande", "trebuchet ms", "arial", "helvetica", "verdana", "sans-serif";
  font-size: 11px;
  color: #444;
}

.container {
  width: 650px;
  margin:70px auto;
  background-color : #fff; 
  padding: 14px;
  border: solid 1px #999;
}

.box1 {
  width: 160px;
  margin: 0px auto;
  background-color : #fff; 
  padding: 14px;
  border: solid 0px #999;
  text-align: center;
  float: right;
}

.title {
  font-size: 18px;
}

.host {
  font-size: 12px;
  color: #333;
}

a:link {
  font-weight: bold;
  text-decoration: none;
  color: #333; }

a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #333; }
  
a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #369; }
  
a:active {
  font-weight: bold;
  text-decoration: none;
  color: #69c; }