
.header {position: absolute;
    top: 20px;
    left: 290px;
    height: 115px;
    width: 72%;
    z-index: 3;
    text-align: center;
    background-color: transparent;
    overflow: hidden}

.ridge {position: absolute;
    top: 140px;
    left: 290px;
    height: 18px;
    width: 72%;
    z-index: 3;
    background-color: #00FFFF;
    overflow: hidden}

.attic {position: absolute;
    top: 158px;
    left: 290px;
    height: 32px;
    width: 72%;
    z-index: 3;
    background-color: transparent;
    overflow: hidden}

.navigation {position: absolute;
    top: 190px;
    left: 22px;
    width: 170px;
    z-index: 3;
    background-color: transparent;
    overflow: hidden}

.content {position: absolute;
    top: 190px;
    left: 290px;
    width: 72%;
    z-index: 3;
    background-color: transparent;
    }

.logo {position: absolute;
    top: 25px;
    left: 68px;
    height: 100px;
    width: 84px;
    z-index: 3}

.roof {position: absolute;
    top: 140px;
    left: 42px;
    height: 50px;
    width: 250px;
    z-index: 3}

.wall {position: absolute;
    top: 190px;
    left: 190px;
    width: 100px;
    z-index: 3}

body {background-color: rgb(255,255,255)}

body {background-image: url("Bmp/Backgrd.gif"); background-repeat: repeat}


