﻿@import url('Styles/Font.css');

.div_body, .div_body_unl
{
    background-image: url('../Images/difuse_bkg.png');
    background-repeat: repeat-x;
    overflow: hidden;
}

.div_body
{
    text-align: center;
    height: 470px;
}

.div_content
{
    padding-top: 135px;
    height: 175px;
}

.div_text
{
    width: 100%;
    margin: auto 0px;
}

.div_text_error
{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
    .div_text_error img
    {
        margin: 10px 0px;
    }
    
    .div_text_error .title
    {
        font-family: 'open_sansregular';
        font-size: 35px;
    }

.title
{
    font-family: Trebuchet MS;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 50px;
    color: #270000;
}

.line
{
    font-family: Trebuchet MS;
    font-size: 20px;
    color: #1D1C21;
}

