body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
fieldset,img { border: 0; }
ol,ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
/* You don't need to read this */
body {
    background: #006B97;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #999;
}

#notice {
    width: 500px;
    margin: 30px auto 0 auto;
    background: #ef8200;
    color: #FFF
    text-align: center;
}



#wrapper {
    width: 900px;
    margin: 20px auto 0 auto;
}

#wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

#wrapper h1 {
    font-size: 3em;
    font-weight: bold;
    color: #EEE;
    margin: 0 0 0px 0;
    display: block;
    width: 800px;
    padding: 0 50px;
    text-align: left;
    background-color: #ef8200;
    color: #FFF;
}

#wrapper h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
    display: block;
    width: 600px;
    padding: 0 50px;
    text-align: left;
    background-color: #ef8200;
    color: #ed8000;
}

#wrapper .right {
    float: right;
    width: 850px;
}

    #wrapper .right ul {
        margin-top: 0em;
    }

    #wrapper .right ul li {
        font-size: 3.8em;
        line-height: 2.0em;
    }
    
    #wrapper .right ul li a {
        text-decoration: none;
        color: #555;
        padding: 10px 10px;
    }
    
        #wrapper .right ul li a:hover {
            color: #777;
        }
    
    #wrapper .right ul li:hover a {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #141d26;
        color: #111;
    }
    
        #wrapper .right ul li:hover a:hover {
            background: #141d26;
            color: #222;
        }
    
    /* Live */
    #wrapper .right ul li:hover.live { color: #5aef7d; }
    #wrapper .right ul li:hover.live a { background-color: #5aef7d; }

    /* Vooveo */ 
    #wrapper .right ul li:hover.vooveo { color: #0C7BCE; }
    #wrapper .right ul li:hover.vooveo a { background-color: #0C7BCE; }

    /* Twitter */ 
    #wrapper .right ul li:hover.twitter { color: #28e7ee; }
    #wrapper .right ul li:hover.twitter a { background-color: #28e7ee; }

    /* Linkedin */ 
    #wrapper .right ul li:hover.linkedin { color: #CC00CC; }
    #wrapper .right ul li:hover.linkedin a { background-color: #CC00CC; }

    /* Facebook */
    #wrapper .right ul li:hover.facebook { color: #FFFF00; }
    #wrapper .right ul li:hover.facebook a { background-color: #FFFF00; }
    
    /* Inbox */
    #wrapper .right ul li:hover.inbox { color: #FF0084; }
    #wrapper .right ul li:hover.inbox a { background-color: #FF0084; }

  
