body {
    background-image: url(../bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #6b9992;
    color: #c7e7fe;
    width:1200px;
    height:761px;
    margin:0px auto;
    position: relative;
    top: 10px; 
    left: 50px;
    font-size: 2em;
}

a:link { color: #FF5 }
a:visited { color: #FA0 }
a:active { color: #FFF }
