Merhaba, web sitemde üst üste katman ekleme yapmak istiyorum. Alt tarafta banner olacak, onun üzerine logo gelecek.

Altta kalacak kısım:
.banner {

position: fixed;
float: left;
width: 100%;;
margin-top: 75px;
height: 360px;
background-color: red;
text-align: center;
line-height: 360px;
font-size: 56px;

}


Üstte olacak kısımlar:

header .logo {

position: absolute;
width: 180px;
height: 70px;
background-color: #fff;
text-align: center;
line-height: 70px;
font-family: Verdana;
font-weight: bold;
left: 65px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
top: 70x;


header .logoiki {

position: absolute;
width: 180px;
height: 70px;
background-color: #fff;
text-align: center;
line-height: 70px;
font-family: Verdana;
font-weight: bold;
right: 65px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;