body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(white);
}

.logo{
    background: url(./images/logoHome.png);
    height: 120px;
    background-repeat: no-repeat;
    display: block;
    background-size: 70%;
    background-position: center center;
}

body.bodyBackground {
	background-image: url('bk.jpg');
	background-repeat: no-repeat;
	background-position: center; 
}

.footlogo{
	background: url("./images/plinning.png");
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center center;
}