/* screen.css */
html, body {
  height:100%;
}

body {
  font-family:Arial,Helvetica,Sans-serif;
  font-size:0.75em;
  color:#666;
  text-align:center;
  margin:0;
  padding:0;
}

a:link { color:#369; text-decoration:underline; }
a:visited { color:#036; text-decoration:underline; }
a:hover, a:active { color:#696; text-decoration:underline; }

a img {
  border:0;
}

#wrapper {
  position:relative;
  width:765px;
  min-height:100%;
  height:100px;
  margin:0 auto;
  padding:0;
  text-align:left;
}

html>body #wrapper {
  height:auto;
}
