/**
 * Steven Spencer Photography styles.
**/

/* @group Tags */

body {
  background-color: #000;
  color: #ccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 100%;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-align: center;
}

a { color: #fff; }
a:hover { color: #999; }

/* @end */

/* @group IDs */

#outer {
  height: 100%;
  left: -335px;
  position: absolute;
  top: -315px;
  width: 100%;
  min-width: 670px;
  min-height: 630px;
}

#inner {
  height: 630px;
  left: 50%; 
  position: absolute;
  top: 50%;
  width: 670px;
}

/* @end */

