body {
	background-color: #ffffff;
}

.div-logo {
	position:absolute;
     width:500px;
     height:76px;
     z-index:15;
     top:30%;
     left:50%;
     margin:-38px 0 0 -250px;
     /*background: red;*/

}

.div-image {
	position:absolute;
     width:300px;
     height:300px;
     z-index:15;
     top:70%;
     left:50%;
     margin:-150px 0 0 -150px;
     /*background: red;*/

}