body {
    background-image: url("img/background.jpg");
    background-repeat: no-repeat;
    margin: 0;
    padding:0;
    font-family:sans-serif;
    background-color:black;
}

#main {
    background-image: url("img/top-gradient.png");    
    background-repeat: repeat-x;
    background-position: top;
    width: 925px;
    margin-left: auto;
    margin-right: auto;
    background-color: #333333;
    
    color: white;
    -moz-box-shadow:    5px 0px 5px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 0px 5px 6px rgba(0,0,0,0.3);
    box-shadow:         5px 0px 5px 6px rgba(0,0,0,0.3);
}

#menu {    
    padding: 20px 20px 10px 20px;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 40px;
    width: 925px;
    margin: auto;
}
#menu li {
    float: left;
}

#menu ul a {
    padding-right: 32px;
    display: block;
    line-height: 40px;
    text-decoration: none;
    font-family:sans-serif;
    font-size: 16px;
    color: white;
}

#preheader {
    text-align:right;    
    padding: 10px;
    font-family:sans-serif;
    font-size: 14px;    
}

a {
    font-family:sans-serif;
    color: white;    
}


#preheader a {
    text-decoration: none;
    
    font-size: 14px;
    
}

#header {
    padding:0px 10px 10px 60px;    
}

#video {
    width: 925px;
    height:520px;
    border:0;
    overflow:hidden;
}

#topImage {
    position:relative; 
    width: 925px;
    height:220px;
    border:0;
    overflow:hidden;
}

#startVideo {
    position:relative;
    cursor: pointer;
}
#image_1 {
    position:absolute;
    top:0;
    left:0;
    z-index:1000;
}
#image_2 {
    display:none;
    position:absolute;
    top:0;
    left:0;    
    z-index:999;
}

#playButton {
    z-index:2000;
    position: absolute;
    left:50px;
    top: 400px;
}


#content {
padding: 25px;
}

#footer {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align:center;
    font-size:small;
    color: grey;
}

.rightbox {
    float: right;
    background-color: #005b79;
    border-radius: 10px;
    width: 200px;
    padding: 20px;
}

.rightbox {
    font-size: 14px;
}

.rightbox a {

    font-family:sans-serif;
    font-size: 14px;
    color: white;   
}

.leftbox {
    float: left;
    /* background-color: #005b79;
    border-radius: 10px;*/
    width: 570px;
    padding: 0px;
}