div#logo {
position:fixed;
width:320px;
height:50px;
background-image:url('logobg.jpg');
background-repeat:repeat-y;
z-index:1;
}

div#main {
position: relative;
top:50px;
z-index:0;
}

#item1 {

}

.item {
width:320px;
}


