html {
    background: url('/images/bg_body.png') repeat-x top left scroll transparent ;
    height: 100%;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    background: url('/images/bg_content.png') no-repeat top center scroll transparent ;
    min-height:100%;
    color: #666;
}

h1{
    color: #d9534f;
    padding-top: 60px;
    text-align: center;
}

h2, h3, h4, h5, h6 {
    color: #d9534f;
    text-align: center;
}

.form-signin{
    max-width: 300px;
    margin: auto;
}

.logo{
    margin-right:20px;
}

div.flash {
    position: fixed;
    width: 300px;
    top: 4px;
    left: 50%;
    margin-left: -150px;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*color: #fff;*/
}

label {
    font-weight: 700;
}