@font-face {
    font-family: 'Signika';
    src: url('../font/signikaregular-webfont.eot');
    src: url('../font/signikaregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/signikaregular-webfont.woff') format('woff'),
         url('../font/signikaregular-webfont.ttf') format('truetype'),
         url('../font/signikaregular-webfont.svg#signikaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #ffffff !important;
    background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../images/sabanero.png);
    font-family: 'Signika';
    font-size: 20px;
    color: #333333;
    text-align: center;
}

#error-text {
	padding-top: 30px;
	line-height: 30px;
}