* {
  margin: 0;
  outline: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}


body {
  background-color: #fff;
  font: 12px/130% arial, sans-serif;
  color: #333;
}

a img {
  border: none;
}


/**********
 * LAYOUT *
 **********/

#page {
  margin: 80px auto;
  position: relative;
  width: 332px;
}

h1#logo {
  margin-bottom: 50px;
  padding-left: 4px;
}

h1#logo a {
  background: url(/images/logo.gif) left top no-repeat;
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 42px;
  width: 109px;
}

h2#tagline {
  margin-bottom: 40px;
  padding-left: 4px;
}

h2#tagline a {
  background: url(/images/tagline.gif) left top no-repeat;
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 77px;
  width: 324px;
}

#digits {
  margin-bottom: 40px;
  overflow: hidden;
  zoom: 1;
}

#digits .digit {
  float: left;
  height: 73px;
  overflow: hidden;
  position: relative;
  width: 110px;
}

#digits #five {
  margin: 0 1px;
}

#digits #zero a {}
#digits #five a {}
#digits #one a {}

#digits .digit a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#digits .digit a img {
  display: block;
  margin-bottom: 1px;
}

p#ps {
  background: url(/images/ps.gif) right top no-repeat;
  height: 49px;
  margin-bottom: 50px;
  overflow: hidden;
  padding-left: 4px;
  text-indent: -999px;
  width: 324px;    
}

#footer {
  float: right;
  padding-right: 4px;
  text-align: right;
}

#footer p.sydney {
  margin-bottom: 4px;
}

#footer p.sydney strong {
  background: url(/images/sydney.gif) right top no-repeat;
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 17px;
  width: 113px;  
}

#footer p.mailto {}

#footer p.mailto a {
  background: url(/images/mailto.gif) right top no-repeat;
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 13px;
  width: 113px;  
}

#footer p.mailto a:hover {
  background-position: right -13px;
}
