@import "resets.css";

html {
    overflow: hidden;
}

body {
    background: #FFFFFF;
    color: #555555;
    text-align: center;
}
h1#title {
    font: bold italic 70px Baskerville, Georgia, "Times New Roman", times;
    left: 0;
    letter-spacing: -7px;
    line-height: 450px;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: opacity 0.5s linear;
    
}
h1#title:hover {
    font-size: 120px;
    opacity: 1;
    text-shadow: #000 1px 1px 1px;
}
h1#title a, h1#title a:link, h1#title a:visited {
    color: #555555;
    display: block;
    text-decoration: none;
}
a#twitter, a#twitter:link, a#twitter:visited {
    background: #fff;
    border: 1px solid #eee;
    bottom: 20px;
    color: #424242;
    display: block;
    font: normal 12px "droid-serif-1", Baskerville, Georgia, "Times New Roman", times;
    height: 40px;
    line-height: 40px;
    left: 50%;
    margin: 0 auto;
    padding: 5px 20px;
    position: absolute;
    right: 50%;
    text-align: none;
    text-decoration: none;
    width: 40px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
a#twitter:hover {
    border: 1px solid #fff;
    -moz-box-shadow: #000 0 1px 5px;
    -webkit-box-shadow: #000 0 1px 5px;
}