/****************************/
/******** COMMON *************/
/****************************/
* {
    margin: 0;
	padding: 0;
	font-family:arial;
	font-size:32px;
	font-weight:bold;
	color:#cccccc;
}
 
body {
	background-color:#284D75;
}

#main {
	position:relative;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:1180px;
	height:880px;
	text-align:center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.zone {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.logo {
	z-index: 1;
    margin-top:42px;
	margin-left:192px;
	width:796px;
	height:796px;
	background-image:url("w.png");
}