
/*  Remove button padding in FF */
input::-moz-focus-inner { border: 0; padding: 0; }

/*  Primary styles  */
html {
    height: 100%;
}
body {
    background:#080000 url("/img/bg.jpg") top center no-repeat;
    height: 100%;
    color: #fff;
    font-family: "Cantarell", Calibri, Verdana, sans-serif;
    font-size: 14px;
    text-shadow: 1px 2px 3px #333;
}
#pattern {
    height: 100%;
    width: 100%;
    display: table;
}
#gradient {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

a, a:hover, a:visited {
    color: #fff;
    font-weight: bold;
}
a:hover {
    text-decoration: none;
}
p {
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0;
    text-align: justify;
}


header {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    min-height: 20px;
    padding: 19px;
    margin: 0 auto;
    text-align: center;
    background-position: bottom center;
    width: 610px;
}
header h1 {
    line-height: 130px;
    font-size: 42px;
    font-weight: bold;
    text-shadow: 2px 3px 4px #000;
    font-family: "Quattrocento", Georgia, serif;
}
header h1 span {
    color:#34B24C; padding:0 3px;
}
header p {
    line-height: 50px;
    font-size: 32px;
    padding: 0;
    text-align: center;
    text-shadow: 2px 3px 4px #000;
    font-family: "Quattrocento", Georgia, serif;
}

/*  Helpers  */
.hidden { display: none; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

