html {
    height: 100%;
}

body {
    font-family: Helvetica;
    color:#1155BB;
    font-size: 80%;
    background-color: #ffffff;
    background-image: url(img/gradient.png);
    background-repeat: repeat-x;
    height: 100%;
}

a,a:hover {
    text-decoration: none;
}

img {
    border: none;
}

#logo {
    text-align: center;
}

#content-wrap {
    width: 750px;
    margin: 0pt auto;
    padding-bottom: 9em;
}

input {
    border:1px solid #AAAAEE;
    padding: 5px;
}

.advbox {
   margin: 10px 0pt;
   text-align: center;
   background: #DAD9E0;
}

#results {
    background: #DAD9E0;
    margin: 0pt;
    padding: 10px;
    text-align: center;
}

#results img {
    padding: 5px;
    max-width: 80px;
}

#results .button {
    display: block;
}

#search-form {
    text-align: center;
    margin-top: 10px;
}

#search-box {
    width: 50%;
}

#bookmark {
    width: 150px;
    margin-left: 20px;
    vertical-align:middle;
}

#nonfooter {
    position: relative;
    min-height: 100%;
}

#footer {
    background: #DAD9E0;
    width:60%;
    text-align: center;
    font-size: 80%;
    padding: 10px;
    position: relative;
    margin: -7.5em auto 0pt auto;
}

div#footer img {
    margin-bottom:-3px;
}
