/* 	Sito: Andrč
	Versione: 1.0
	Anno: 2009
	Autore: Marco Canigiula
	Document: CSS 
*/

body{
	background-color:#dbd3c1;
	color:#ffffff;
	font:13px Calibri, Verdena, Arial;
	position:relative;
	margin-top:50px;
	margin-bottom:50px;

}

h1{
	color:#000000;
	font:15px Calibri, Verdena, Arial;
	font-weight: bold;
}

h5{
	color:#000000;
	font:13px Calibri, Verdena, Arial;
}

h4{
	color:#000000;
	font:10px Calibri, Verdena, Arial;
}

a, a:link, a:visited, a:active{
	color:#ffffff;
	text-decoration: none;
}

a:hover{
	color:#cc3333;
	text-decoration: none;
}

.back_home{
	width:600px;
	height:800px;
	border:0px; 
	background-image: url("images/back_home.png");
  	background-repeat: none;
}

.back_contact{
	width:600px;
	height:800px;
	border:0px; 
	background-image: url("images/back_contact.png");
  	background-repeat: none;
}

.back_live{
	width:600px;
	height:800px;
	border:0px; 
	background-image: url("images/back_live.png");
  	background-repeat: none;
}

.back{
	width:600px;
	height:800px;
	border:0px; 
	background-image: url("images/back.png");
  	background-repeat: none;
}

#menu{
	border:0px;
}

#main{
	width:100%;
	height:100%;
	border:0px;
	
}

#contenuto{
	align: center;
	border:3px solid #FFFFFF;
	padding: 10px;
}

#thumb{
	border:3px solid #FFFFFF;
}

div.scroll 
{
text-align:justify;
width:460px;
height:450px;
overflow:auto;
padding-right:20px;
padding-left:20px;
}

div.scroll-video 
{
text-align:center;
width:460px;
height:450px;
overflow:auto;
padding-right:20px;
padding-left:20px;
}

.gradualshine{
filter:alpha(opacity=30);
-moz-opacity:0.3;
}