/* CSS Document */

body {
    text-align: center;
    margin: 0 auto;
    background: url(/images/sfondo.png) repeat-x;
    font-family: "brandon-grotesque-n4","brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 400;
}

#container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

#header {
    background: url(/images/header.png) bottom left no-repeat rgba(0,0,0,0.9);
    width: 100%;
    height: 120px;
    position: relative;
    top: 0;
    text-align: center;
    z-index: 5;
}

#slideshow .slides li, #slideshow {
    height: auto;
    overflow: hidden;
    display: block;
    width: 1280px;
    position: relative;
}

#main {
    margin-top: 0px;
	position:absolute;
}

#frametezuk {
    margin-top: 0px;
	width: 1280px;
    height: 1200px;
}