@CHARSET "UTF-8";

#mainContent
{
    margin: 0px auto;
    width: 955px;
}

#body
{
    height: 730px;
}

body
{
	font-family: Georgia, Arial, sans-serif;
	font-style: italic;
	color: #41332c;
	background-color: #9a8f84;
	font-size: 28px;
	background-image: none;
	background-image: url(../immagini/grafica/splash/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#container
{
	
	width: 100%;
    height: 100%;
	overflow: hidden;
}

#header
{
    width: 955px;
    overflow: hidden;
    position: relative;
    margin-top: 20px; 
}

#logo_head
{
	text-align: center;
	margin-top: 20px;
}

h1
{
	font-weight: normal;
	font-size: 24px;
}

#testi
{
	text-align: center;
	line-height: 40px;
	position: relative;
	top: -51px;
	font-size: 20px;
	color: white;
}

#testi a
{
	font-size: 20px;
	color: #3F342D;
}

#testi a:hover
{
	color: #BD0518;
}

#gallery
{
	width: 960px;
	height: 358px;
	/*border: 2px solid #ffffff;*/
	position: relative;
	top: -60px;
}
/*
#gBorder
{
	position: absolute;
	width: 940px;
	height: 348px;
	border: 1px solid #ffffff;
	top: 4px;
	left: 9px;
}*/

#workArea {
	display: none;
}

/****piede****/
#footer
{
    width: 100%;
    margin-top: 10px;
	overflow: hidden;
}

/****fine piede****/


/**** credits *****/

#credits
{
    text-align: center;
    margin: 0px auto;
    width: 955px;
    font-style: italic;
    font-size: 9px;
}

#credits a
{
    color: #696464;
}

#credits a:hover
{
    color: #BD0518;
}

div.credits
{
	background-color: white;
    background-image: url(../immagini/grafica/creditsPopup.jpg);
    background-position : bottom;
    background-repeat: repeat-x;
    border-color: #black;
    color: #333333;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.credits div
{
    margin-bottom: 10px;
    font-size: 12px;
}

div.credits .title
{
    text-align: center;
    font-size: 14px;
}

div.credits img
{
    float: left;
    margin-right: 20px;
}


div.credits a
{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

div.credits a:hover
{
    color: #aaaaaa;
}

/**** fine credits*/
