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