html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:         0;
    padding:         0;
    border:         0;
    outline:         0;
    font-size:         100%;
    vertical-align: baseline;
    background:     transparent;
}

html, body {
    height: 100%;
    width:  100%;
}

h1  {
    color: #fff;
    padding-bottom: 30px;
    text-align: left;
}

#logo {
    background: transparent url(../images/logo.jpg) no-repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    text-indent: -999em;
    height:60px;
    width:225px;
    margin-bottom: 10px;
}

#logo {
    margin-top: 150px;
}

a {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #3f9ff1;
}