body {
    width: 100% !important;
    height: 100% !important;
	background-color:#000;
	/*background-attachment:fixed;*/
	background-position:center center;
    overflow: hidden;
}
#generale {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	border-bottom:#FFF;
	border-bottom-style:solid;
	border-width:thin;
}
#under {
	position:absolute;
	width:24%;
	margin-top:17%;
	margin-left:35%;
	z-index:2;
}
#footer {
	position:absolute;
	width:100%;
	border-bottom: 1px solid #ccc;
	height:10%;
	top:80%;
}
#under-sfondo {
	position:absolute;
	width:123%;
	margin-top:7%;
	margin-left:-10%;
	z-index:0;
}
#under-luce {
	position:absolute;
	width:0;
	margin-top:22.2%;
	margin-left:50.38%;
	z-index:3;
}
#logo {
	position:absolute;
    top: 20px;
    left: 20px;
	width: 20%;
    height: 20%;
	z-index:3;
    max-width: 100%;
    background-image: url("https://globelife.com/images-testata/globelife.png");
    background-repeat:  no-repeat;
    background-size: contain;
    text-indent: -99999px;
}
#testo {
	position:relative;
    width: 100%;
    text-align:  center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	margin: 38% auto 0% auto;
	z-index:3;
	color:#151515;
	font-weight:900;
}
#testata{
	position:absolute; 
	bottom:0; 
	width:100%;
	height:180px; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom:30px;
	top:1%;
	overflow:hidden;
    background-color: black;
}
#images-testata{
	position:absolute; 
	bottom:0; 
	width:443px; 
	height:70px; 
	text-align:center; 
	left:50%; 
	margin-left:-229px;
}
#testata img{
	width:66%;
}

@media only screen and (max-width: 1024px) {
   #logo {
        position:absolute;
        top: 30px;
        left: 20px;
        width: 25%;
        height: 25%;
        z-index:3;
        max-width: 100%;
        background-image: url("https://globelife.com/images-testata/globelife.png");
        background-repeat:  no-repeat;
        background-size: contain;
        text-indent: -99999px;
    }
    #under-sfondo {
        position:absolute;
        width:123%;
        top:10%;
        margin-left:-10%;
        z-index:0;
    }
    
}