@import url(base.css);
@import url(reset.css);

html, body { position: relative; height: 100%; font-family: "chaparral-pro";}
a{ color: #000 }
a:visited{ color: #999 }

#main { 
    width: 496px; height: 355px; 
    
    background: url(../images/gradient.jpg) 50% 50%; 
    overflow: hidden; 
    margin: 20px auto;
    
    transition: background-position 2s ease-out;
    -moz-transition: background-position 2s ease-out; /* Firefox 4 */
    -webkit-transition: background-position 2s ease-out; /* Safari and Chrome */
    -o-transition: background-position 2s ease-out; /* Opera */
}

#main h1 { width: 496px; height: 355px; background: url(../images/mask.png); overflow: hidden; text-indent: -9999px; }

#description {
    width: 496px;
    margin: 20px auto;
    font-size: 1.2em;
}
