body {
    background: #f2dc90;
    margin: 0px;
    padding: 0px;
}

#container {
    border: 0px solid black;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#head {
    position: relative;
    top: 0px;
    width: 100%;
    height: 109px;
    background: url("../images/intro/felsominta.jpg") repeat-x;
}

#content {
    border: 0px solid blue;
    position: relative;
    left: 50%;
    margin-left: -275px;
    width: 550px;
    height: 320px;
    text-align: right;
}
#content a {
    font-family: Arial Black, Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    color: #6F5506;
    text-decoration: none;
}

#foot {
    border: 0px solid green;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 205px;
    background: url("../images/intro/alsominta.jpg") repeat-x;
}
