/*  Copyright ASPX TECH SRL  */

	body{
		background: #0270c7;
	}
	
	a {
   		color: #fff;
		font-weight:bold;
	}
	
	h1 {
		color: #222;
		font-family: Arial;
		font-weight:bold;
		font-size: 30px;
		margin: .6em 0;
	}
	
	h2 {
		color: #fff;
		font-family: Arial;
		font-weight:bold;
		font-size: 30px;
		margin: .6em 0;
	}
	
	h3 {
		color: #fff;
		font-family: Arial;
		font-weight:normal;
		font-size: 16px;
		margin: .6em 0;
	}
	
	h4 {
		color: #fff;
		font-family: Arial;
		font-weight:normal;
		font-size: 8px;
		margin: .6em 0;
	}
	
	header{
		background: #fff; 
        	position: fixed;
		display: block;
        	top: 0;
        	left: 0;
        	width: 100%;
       		padding: 15px 0 0 0;
		float: center;
        	overflow: hidden;
        	min-height: 78%;

    	}
	
	header .logo{
		text-align: center;
		position: absolute;
		    top: 50%;
		    left: 50%;
		    margin-right: -50%;
		    transform: translate(-50%, -50%);
   	}
	
	footer{
		text-align:center;
		position: fixed;
		display: block;
        	top: 82%;
        	left: 0;
        	width: 100%;
	}