/* CSS RESET */
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, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

html {
    background:#440022;
    width:100%;
    height:100%;
}

body {
    font:62.5%/1.8 'Lucida Grande', Arial, sans-serif;
    color:#DF99BD;
    width:630px;
    margin:0 auto;
    padding-top:20px;
}

a {
    background-color:#536F14;
    color:#FEF6DA;
    text-decoration:none;
    padding-bottom:1px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0);
}

a:hover {
    background-color:#445d0d;
}

em { 
    font-style:normal;
    color:#fff;
}

h1 {
    width:547px;
    height:204px;
    background:url(../images/contagion-health.png) top left no-repeat;
    text-indent:-9999px;
    margin:0 0 -10px -50px;
}

h2 {
    position:relative;
    top:-45px;
    left:270px;
    font-size:1.3em;
    font-weight:normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.currently {
    font-size:1.4em;
    margin:0px -5px 0 -5px;
    overflow:hidden;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    padding:0 5px 5px 5px;
}

.currently p {
    float:left;
    width:245px;
    text-align:right;
}

.currently a.app-title {
    display:block;
    width:193px;
    font-size:1.6em;
    color:#fff;
    line-height:1.4;
    background:none;
    margin-left:53px;
}

.currently img {
    float:right;
    margin-left:20px;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    box-shadow: 0 1px 10px rgba(0,0,0,.1); 
}

#copy { margin:15px 0; text-align:right;}
#copy a { background-color:transparent; }
