html,body {
margin: 0px;
padding: 0px;
}

body {
font-family: Arial, Verdana, sans-serif;
text-align: center;
background: white url(../img/bg.jpg) top left;
}

/*Container*/

#container {
width: 965px;
text-align: left;
margin: 0px auto;
}

/*Logo*/

#logo {
position: absolute;
top: 44px;
margin-left: 190px;
z-index: 2;
}

/*Gallery*/

#gallery {
width: 960px;
height: 519px;
margin-top: 20px;
background: url(../img/gallery.png) center center no-repeat;
}

#slideshow {
display: block;
position: relative;
width: 614px;
height: 373px;
top: 89px;
left: 172px;
z-index: 0;
}

/*Generici*/

img {
border: 0px;
}

a {
outline: none;
}

p {
color: rgb(200,200,200);
font-size: 12px;
text-align: center;
}