#firstdiv {
    clear: both;
	z-index: 1;
	width: 100%;
    height: 40%;
    min-height: 40%;
    background-color: #900;
	border-style: none;
    padding: 60px 0 0 0;
}

    #firstcont {
        display:block;
        position: relative;
        z-index: 2;
        height: 100% ;
        max-height: 100%;
        width: 70%;
        margin: 0 auto;
        text-align: center;
            
        color: #FFF;
	    letter-spacing: normal;
        font-family: 'Times_Regular', sans-serif !important;
    }

        #firstcont #firstimg {
            display: block;
            height: 85% ;
            min-width: 85%;
            max-height: 85%;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            background-image: url(../images/fondtubes.jpg);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
        }

        #formpresa  {
            font-size: 20px !important;
            width: 100%;
            border: 0;
            padding: 0;
            margin: 0;
        }

        #formleft {
            font-size: 16px !important;
            width: 50%;
            float: left;
            border: 0;
            padding: 0;
            margin: 0;
        }

            #formleft p {
                width: 100%;
                border: 0;
                padding: 12px 0 0 0;
                margin: 0;
            }

            #formleft p label {
                text-align: left;
            }

            #formleft p input {
                text-align: right;
            }

        #formright {
            font-size: 16px !important;
            width: 50%;
            float: left;
            border: 0;
            padding: 0;
            margin: 0;
        }

#secondiv {
        clear: both;
        z-index: 1;
        width: 100%;
        min-height: 5%;
        background-color: #333;
        border-style: none;
        padding: 2% 0 0 0;
        }

    #seconcont {
        position: relative;
        z-index: 2;
        width: 70%;
        margin: 0 auto;
            
        color: #FFF;
	    letter-spacing: normal;
        font-family: 'Calibri_Regular', sans-serif !important;
    }

        #secontxt  {
            font-size: 18px !important;
            width: 100%;
            text-align: center;
            border: 0;
            padding: 0;
            margin: 0;
        }

            #secontxt span {
                font-family: 'Britannic_T_Bol_Regular' !important;
            }


    @media screen and (max-width: 1600px) {
                #seconcont {
                    width: 90%;
                }
        
                #secontxt  {
                    font-size: 16px !important;
                }
            }
