/* CSS Document */

body, div, h1, p, ul, li {
  margin: 0; border: 0; padding: 0;   
}

body {
  text-align: center;
  background: #DDD;

}

#choose {
  margin: 50px auto;
  border: 1px solid #69C;
  padding-left: 402px;
  width: 220px;
  height: 302px;
  background: url('../images/my_place.jpg') 1px 1px no-repeat white;  
}

h1 {
  padding: 30px 40px;
  height: 50px;
  font-family: Verdana, Tahoma, 'Trebuchet MS', sans-serif;
  font-size: 120%;
  font-weight: normal;
  background: #69C;
  color: white;
}

#choose ul {
  list-style-type: none;
  background: #69C;
  *position: relative; *top: -2px; /* Someone sucks again... */
}

#choose ul li {
}

a:link, a:visited {
  display: block;
  padding: 20px;
  height: 24px;
  color: white;
  font-family: Verdana, 'Trebuchet MS', Tahoma, sans-serif;
  font-size: 100%;
}

a:hover {
  background: gray;
}

