body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

legend {
    color: #000;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

body {
    font-family: 'Arial',Helvetica,sans-serif;
    font-size: 11px;
    color: #222222;
    line-height: 150%;
    background: url(dotted-bg.png);
}

p {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

a:link, a:visited {
    text-decoration: none;
    color: #3b0a3d;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 24px;
    color: #fff;
}

h3 {
    font-size: 24px;
    color: #111;
    margin: 0 0 20px 0;
}

#wrapper {
    text-align: center;
}

#sizewrap {
    width: 960px;
    margin: 0 auto;
}

#logo {
    margin: 50px 0 0 0;
    font-size: 90px;
    color: #3b0a3d;
    line-height: 90px;
    height: 90px;
}

#frame {
    display: block;
    background: #7e5581;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0;
    border-bottom: 5px #3b0a3d solid;
    border-top: 5px solid #3b0a3d;
}

#clock {
    color: #FFF;
    margin: 20px auto 50px auto;
    width: 720px;
    overflow: hidden;
    text-align: center;
}

    #clock .block {
        float: left;
        height: 120px;
        width: 120px;
        display: block;
        background: url(clock-bg.png);
    }

        #clock .block span {
            display: block;
            font-size: 80px;
            font-weight: bold;
            padding: 10px 0 0 0;
            line-height: 80px;
        }

    #clock div.space {
        color: #ccc;
        display: block;
        line-height: 1.7em;
        font-size: 50px;
        float: left;
        height: 120px;
        width: 30px;
    }

#social {
    background: url(social-bg.png) center no-repeat;
    height: 32px;
    padding: 5px 0;
    margin: 5px 0 0 0;
}

    #social .fbbutton {
        margin: 0 0 0 288px;
        float: left;
    }

    #social .tweetbutton {
        margin: 0 0 0 5px;
        float: left;
    }

#footer {
    margin: 10px 0 30px 0;
    color: #555555;
}

    #footer a {
        color: #3b0a3d;
    }
