* {
    font-weight: bold;
    color: #FFFFFF;
}  
body {
    
    background-color: #100e13 !important;
 
}
p{
    font-size:12px;
    font-family: arial;
    
}
#contenuto{    
    width:810px; 
    position: absolute;
    left: 50%;
    margin-left: -410px;
}


#top{
    
    width: 805px;
    height: 51px;
    float: left;
    background: url(../images/top.png) no-repeat #100e13;
}
#bottom{ 
    width: 805px;
    float: left;
    height: 38px;
    background: url(../images/bottom.png) no-repeat #100e13;
}
#center{
    width: 745px;
    float: left;
    background: url(../images/bg.png) repeat-y #100e13;
    padding: 0 30px 0 30px;
}
#sx a { font-size: 16px;}
#sx span { font-size: 16px;}

a { color: #FFFFFF; text-decoration: none;}
a:hover { color: #FFFFFF; text-decoration: underline;}

#sx{
    position: relative;
    width: 130px;
    float: left;
    margin: 15px 0;
}

#dx{
    position: relative;
    width: 550px;
    float: right;
    margin: 15px 0;
    
}

#menu h3{
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    border-bottom: 2px solid #FFFFFF;
}

#header{
     position: relative;
    width: 745px; 
        
    border-bottom: 3px solid #e5e1d8
}
 
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:360px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
#titolo{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

#strong{
    font-weight: bold;
}	

#overlay{ width: 100%; height: 100%;}