body {
   margin:0;
   width:100%;
   height:100%;
}

img.background {
   width:100%;
   height:100%;
   position:absolute;
   top:0;
   left:0;
}

h1#logo {
   position:absolute;
   top:50%;
   left:50%;
   margin-left:-198px;
   margin-top:-173px;
   width:396px;
   height:346px;
   text-indent:-9999em;
   background:url(images/logo.png);
}

div#container {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
}

div.column {
   width:33.33%;
   height:100%;
   float:left;
}

div.inner {
   position:relative;
   height:100%;
}

div#left {
   margin-left:28px;
   margin-right:6px;
}

div#center {
   margin:0 6px;
}

div#right {
   margin-left:6px;
   margin-right:28px;
}

div.link {
   background:url(images/line.png) top left repeat-x;
   _background:none;
   _border-top:2px dotted white;
   padding-top:8px;
   width:100%;
   height:22px;
   position:absolute;
   bottom:28px;
   cursor:pointer;
}

div#email-link {
   top:28px;
}

a {
   outline:none;
   display:block;
   text-indent:-9999em;
   width:100%;
   height:22px;
   background-repeat:no-repeat;
   background-position:top center;
   cursor:pointer;
}

a#facebook {
   background-image:url(images/facebook.png);
}

a#email {
   background-image:url(images/email.png);
}

a#primal {
   background-image:url(images/primal.png);
}

a#myspace {
   background-image:url(images/myspace.png);
}


