/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#000000;
}

a:link {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color:#ffffff;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
    color: white;
}

a:active {
    text-decoration: underline;
    color: white;
}

p {
    padding: 10px;
}

#wrapper {
    width: 100%;
    min-width: 310px;
    max-width: 450px;
    margin: 5px auto;
}

#headerwrap {
    width: 100%;
    float: left;
    margin: 5px auto;
}

#header {
    height: 50px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #ffffff;
    margin: 5px;
    padding: 5px;
}


#contentliquid {
    float: left;
    width: 100%;
}

#contentwrap {
    width: 100%;
    height: 500px;
    float: left;
    margin: 5px auto;
}

#content {
    background: #ffffff;
    height: 500px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin: 5px;
    padding: 15px;
}

#footerwrap {
    width: 100%;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: 40px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #ffffff;
    margin: 5px;
}





