* {
  margin: 0;
  padding: 0;
}

body, html {
  height: 100%;
}

body {
  font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #555753;
  background: #6992C1 url(/fun_v1b.jpg) no-repeat center bottom;
}

a {
  text-decoration: none;
  color: #555753;
}

a:visited {
  text-decoration: none;
  color: #204A87;
}

a:hover {
  text-decoration: underline;
  color: #204A87;
}

#page {
  width: 1024px;
  margin: 0 auto;
}

#landing_image {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 1024px;
  height: 768px;
}

#all_bout_me {
  padding: 20px;
  height: 480px;
}

#all_bout_me ul {
  list-style-type: none;
}

#all_bout_me ul li {
  float: left;
  margin-left: 10px;
}

#all_bout_me ul li.last {
  clear: right;
}
