body{
	margin: 0px;
	background-image: url('../img/pattern.png');
}

#logo{
	position: fixed;
	top: 5%;
	left: 3%;
	width: 30%;
	height: 30%;
}

#content{
	position: fixed;
	top: 30%;
	right: 10%;
	width: 40%;
	height: 50%;
}

#home_button{
    position: fixed;
    bottom: 10%;
    height: 700px;
    width: 100%;
    background-color: red;
}

#skip_button{
    position: fixed;
    bottom: 30px;
    width: 100%;
    height: 150px;
    text-align: center;    
}

#footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 20px;
	opacity: 0.8;
}

.color{
	position: absolute;
	width: 20%;
	height: 100%;
}

#logo img, #content img{
	width: 100%;
}

#qualita{
    padding-top: 10%; 
	width: 70%;
	margin-left: 10%;
}
