@charset "utf-8";
/* CSS Document */
   img{position:absolute; top: 0px;left: 0px}
        #logo {z-index: -20; position: absolute; top: 1px; left: 1px }
        #side {z-index: -21}
#text_background{position: absolute;top: 500px;left:300px;opacity:.4 }
        #decoration1 {z-index: 20;position: absolute; left: 850px;}
        #backgroundhome{ z-index: -40;position: absolute; top: 1px; left: 1px }
        #Button1{z-index: -20; position: absolute; top: 400px; left: 10px}
        #Button2 {z-index: -20; position: absolute; top: 495px; left: 10px}
        #Button3{z-index: -20; position: absolute; top: 590px; left: 10px}
        #Button4{z-index: -20; position: absolute; top:685px; left: 10px}
        #Button5{z-index: -20; position: absolute; top: 780px; left: 10px}
        .headline {z-index: 1; position: absolute; top: 200px; left:300px;width: 500px }
h1.index{z-index: 10;position: absolute; top: 375px;left: 900px; text-align: center;color:;font-size: 50px;font-family: "Majesti Banner Bold", "Majesti Banner Book", "Majesti Banner Heavy", "Majesti Banner Light", "Majesti Banner Medium"}
p.main {position: absolute;top:500px;left: 300px;color:;font-size: 20px;text-align: center;font-family: "Majesti Banner Bold", "Majesti Banner Book", "Majesti Banner Heavy", "Majesti Banner Light", "Majesti Banner Medium"}



/* unvisited link */
a:link {
    color: rgb(190,30,45);
}

/* visited link */
a:visited {
    color: rgb(215,228,194);
}

/* mouse over link */
a:hover {
    color:white;
}

/* selected link */
a:active {
    color: blue;


    </style> 
