/* General */
html {
    height: 100%;
    overflow-y: scroll;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Times New Roman', serif;
    font-size: 14px;
    background: #dfded8;
    line-height: 15px;
    color: #636363;
    margin: 0;
    padding: 0;
}

p {margin: 0; padding: 0;}

img{border: 0; vertical-align: top}

input {
    vertical-align: middle;
}

/* Link */
a {
    color: #388de9;
    outline: none;
}

section {
    display: block;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center 32px;
}

#header{
    position: relative;
    padding-top: 43px;
}

div#wrapper{
    float:left;
    width:100%;
}

div#content{
    margin: 0 0 350px 0;
    padding-left: 0;
}

div#content div.footer{
    margin-bottom: 324px;
}

div#footer{
    color: #FFF;
    margin-top: -324px;
}

div#footer h1, div#footer h2, div#footer h3 {
    font-family: 'Trebuchet MS', Arial, Tahoma, Verdana, sans-serif;
}


.var_dump {
    font-size: 12px;
}


a {
    font-family: Georgia;
    font-style: italic;
    color: #00617F;
}
