body {
    background-image: url('images/background.jpg');
    background-repeat: repeat;
}

font {
    color: #ffffff;
    font-family:arial;
    font-size: 14px;
    letter-spacing: 2px;
}

a:link {
    color: #9683B2;
    font-family:arial;
    font-size: 14px;
    text-decoration: none;
    border:none;
}
a:visited {
    color: #564471;
    font-family:arial;
    font-size: 14px;
    text-decoration: none;
    border: none;
}
a:hover {
    color: #DA9D5B;
    font-family:arial;
    font-size: 14px;
    text-decoration: none;
    border:none;
}


textarea {
background-color : #000000;
border : 1px solid #DA9D5B;
}


div.top {
    position:absolute;
    left: 50%;
    top: 0px;
    width: 840px;
    margin-left: -420px;
    
}

div.content {
    position: absolute;
    top: 323px;
    width: 840px;
    left: 50%;
    margin-left: -420px;
    background-image: url('images/backgroundcontent.jpg');
    background-repeat: repeat;
    background-position: top left;
    text-align: left;
    padding-left: 30px;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    color: #ffffff;
    font-family:arial;
    font-size: 12px;
    letter-spacing: 2px;
}

div.bottom {
    position: relative;
    width: 100%;
    text-align: center;
    font-family:arial;
    font-size: 12px;
    color: #DA9D5B;
}


h1.header {
    padding-left: 0px;
    padding-right: 20px;
    font-family: arial black;
    color: #DA9D5B;
    font-size: 24px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    border-bottom-width: thin;
}

h2.image {
    border-style:solid;
    border-color: #564471;
    border-width: 5px;
}

img {
    clear:both;
    border:none;
}