@charset "utf-8";
/* CSS Document */

html { 
    background: url('../images/NYC_Skyline2.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 100px;
}

body
{
    /*overflow:hidden;*/
    margin:0;
    padding:0;
    border:0;
    font-family: sans-serif;
    font-weight: normal;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a {color: #b03060; font-weight: bold;}
img{border: none}

li {
    line-height: 150%;
}

#logoBackground
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    opacity: 0.9;
}

#logoHome
{
    position: absolute;
    top: 25px;
    left: 55px;
    width: 100%;
    height: 50px;
    display: none;
    background-image: url('../images/logo.gif');
    background-repeat: no-repeat;
}

#homeCopy
{
    position: absolute;
    left: -500px;
    top: 300px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 30px;
    opacity: .8;
    border:2px solid;
    border-radius:25px;
}