body {
    background: url(images/bg.png) no-repeat;
    background-size: 100% 900px;
/*    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background-color: #000000;
}

a {
    color: white;
    text-decoration: none;
}

h2 {
    font-size: xx-large;
    color: white;
    font-family: arial, verdana;
}

h3 {
    font-size: small;
    color: #26b8b8;
    font-family: arial, verdana;
}

p {
    font-size: small;
    font-family: arial, verdana;
    color: white;
}

