body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


body {
    background: #8A0B1E;
    margin: 0;
    padding: 0;
}
#page {
    z-index: 2;
    position: relative;
    width: 995px;
    margin: 0 auto;
    color: #fff;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
#page h1 {
    float: left;
    width: 230px;
    height: 60px;
    padding: 20px 0;
    padding-left: 20px;
    background: #000000;
}
#page .section {
    padding: 20px 0;
    background: #000000;
    width: 120px;
    height: 60px;
    float: left;
}
#page .progetti, #page .contatti, #page .credits {
    width: 600px;
}
#page .progetti .col, #page .contatti .col, #page .credits .col {
    display: block;
    width: 290px;
    height: 60px;
    float: left;
}
#page .contatti {
    color: #999999;
}
#page .section p {
    border-left: 1px solid #999;
    padding-left: 9px;
    height: 60px;
    display: block;
}
#page .last {
    width: 20px;
    height: 60px;
    padding: 20px 0;
    float: left;
    background: #000000;
}
.clear {
    clear: both;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.tk-ltc-bodoni-175 {
    line-height: 1em;
    font-size: 20px;
}
.tk-ltc-bodoni-175 a {
    font-style: italic;
}
.tk-ltc-bodoni-175 h1 a {
    font-style: normal;
    font-size: 22px;
    line-height: 0.9em;
}
h1 a:hover {
    text-decoration: none;
}
/*
#page a span {
    font-size: 18px;
}
*/
#page .section a {
    color: #999;
}
#page .section a:hover {
    color: #fff;
    text-decoration: none;
}
#page .section a.sel {
    color: #fff;
}
#prev, #next {
    display: block;
    cursor: pointer;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 20%;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 3;
}
#prev:hover, #next:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
#prev {
    left: 20px;
    background-image: url(prev.png);
}
#next {
    right: 20px;
    background-image: url(next.png);
}
