body {
  margin: 0 auto; 
  background: #fafae4; 
  font-family: Tahoma; 
  font-size: 12px; 
  color: #000000; 
  text-align: center;
}

h1, div, p{
  margin: 0;
  padding: 0;
}

p {
  display: inline;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: blue;		
}

img {
  border:none;
}

#container {
  background: white;
  width: 750px; 
  margin: 0 auto; 
  text-align: left; 
  height: auto;	
    border-bottom: 1px dotted gray;		
}


#top {
  clear: both;
  border-top: 1px dotted orange;
  border-bottom: 1px dotted orange;	
  height: 80px;
  background: blue url('../images/ball.png') 30px 50% no-repeat;	
  margin-top: 10px;		
  margin-bottom: 10px;	
  text-align: left;	
  width: 100%;
  line-height: 80px;	
}

#top h1 {
  margin-left: 120px;
  font-size: 32px;
  color: yellow;		
}

#inf {
  width: 90%;
  margin: 40px;
  color: #7F7F7F;				
}

#about {
  font-size: 11px;
  color: #BFBFBF;
}