

html {
    min-height: 100%;
}


body {
    background-color: rgba(215, 238, 244, 0.7);
    background-image: -webkit-linear-gradient(top, rgba(215, 238, 244, 1), rgba(255, 255, 255, 1) 40%);
    background-image: -moz-linear-gradient(top, rgba(215, 238, 244, 1), rgba(255, 255, 255, 1) 40%);
    background-image: -ms-linear-gradient(top, rgba(215, 238, 244, 1), rgba(255, 255, 255, 1) 40%);
    background-image: -o-linear-gradient(top, rgba(215, 238, 244, 1), rgba(255, 255, 255, 1) 40%);
    background-image: linear-gradient(top, rgba(215, 238, 244, 1), rgba(255, 255, 255, 1) 40%);
}


#companyname {

    background: white;
    width: 800px;

    margin: 0px auto;
    padding: 20px;

    border: 1px solid black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}


#content {
    background: white;
    width: 800px;

    padding: 20px;
    margin: 0px auto;
    margin-top: 10px;

    text-align: left;
    font-size: 14pt;

    border: 1px solid black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}


#contactlink {
    text-align: center;
}
