body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: 3f3f49;
    margin: 0px;
    padding: 0px;
    background-image: url(http://www.AllenaMistral.com/background1.jpg);
    background-attachment: scroll;
    background-position: center;
}

h2,h3 {
    margin-top: 0px;
    padding-top: 0px;
}
A:link
{ text-decoration: underline; color:#85a247; }
A:visited
{ text-decoration: underline; color:#85a247; }
A:active
{ text-decoration: underline; color:#679692; }
A:hover
{ text-decoration: underline; color:#679692; 
}
h4 {
    font-size: 8px;
    font-style: normal;
    color: #5a5a69;
}
div#wrapper {
     position:relative;
     margin-left:auto;
     margin-right:auto;
     top: 0px;
     width: 1000px;
 }
div#head {
    position: relative;
    height:451px;
    top: 0px;
    background-color: none;
    left: 50%;
    margin-left: -766px;
    overflow: hidden;
}

div#content {
    position: relative;
    width: 980px;
    top: -50px;
    left: 0px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: none;
}
div#foot {
    position: relative;
    height: 75px;
    width: 1533px;
    left: 50%;
    margin-left: -766px;
    clear: both;
    margin-top: 0px;
    background-color: none;
    background-image: url(http://www.AllenaMistral.com/Footer.png);
    background-attachment: scroll;
    background-position: center;
}
.bonus {
    position: absolute;
    left: 750px;
    top: 100px;
    height: 400px;
    width: 250px;
    z-index: 1;
}
.search {
    position: absolute;
    left: 950px;
    top: 10px;
    height: 50px;
    width: 250px;
    z-index: 999;
}
p {
    vertical-align: middle;
}