@CHARSET "UTF-8";
html, body {
    background-color: #000000;
    font-family: Calibri, sans-serif;
}

#home #wrapper {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 400px;
    top: 20%;
    margin-top: -80px;
    color: #EEEEEE;
    text-align: center;
    border: 1px solid white;
}

h1 {
    font-size: 72pt;
    font-weight: bold;
    padding: 10px;
    margin: 0px;
}

h2 {
    font-size: 14pt;
    font-style: italic;
    padding: 10px;
    margin: 0px;
    text-transform: lowercase;
}

#searchBox {
    width: 50%;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

#goBox {
    margin: 10px;
}

input, select, option {
    background-color: #111111;
    color: #ffffff;
}