html, body { margin: 0px; padding: 0px; border: 0px; } #container { background-color:white; width:1024px; height:768px; margin:auto; -moz-box-shadow: 1px 1px 5px #888; -webkit-box-shadow: 1px 1px 5px #888; box-shadow: 1px 1px 5px #888; } #left-col { background: white; float: left; width: 50%; height: 768px; } #logo { background-image: url(img/general/index_01.jpg); background-repeat: no-repeat; height: 152px; width: 360px; margin-top: 256px; margin-left: auto; margin-right: auto; } #address { height: auto; width: 360px; margin-left: auto; margin-right: auto; } #number-email { height: auto; width: 360px; margin-left: auto; margin-right: auto; margin-top: 10px; } #blog { height: auto; width: 354px; margin-left: auto; margin-right: auto; } #right-col { float: right; width: 50%; height: 768px; } .slideshow { height: 750px; width: 500px; margin: auto } .slideshow img { padding: 0px; border: none; background-color: #fff; } a img { border: 0; }