a, img a { outline:none!important; }
* { margin: 0; padding: 0; outline:none!important; behavior: url(../ecc/iepngfix.htc); }
img { border: 0; text-decoration:none; }
.cursor { cursor:default !important; }
li { list-style:none; }

body
	{
	font: 12px "Courier new", "Courier";
	color: #666;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-decoration:none;
	height:98%;
	}

#container
	{
	text-align: left;
	padding-top: 80px;
	text-decoration:none;
	z-index: 1;
	}

#content
	{
	position: relative;
	height: 400px;
	margin-top: 32px;
	margin-left: 0px;
	text-decoration:none;
	}

#rotator
	{
	position: absolute;
	top: 112px;
	left: 0px;
	background: url(../images/random/rotate.php) no-repeat left top;
	width: 100%;
	height: 400px;
	}







/* BIO
--------------------------- */

#bio
	{
	position: absolute;
	left: 350px;
	top: 165px;
	width: 350px;
	overflow:auto; }
	
#bio p { margin-bottom:20px; }
.last_bio {margin-bottom:120px!important; }

#rostomarco
	{
	position: fixed;
	left: 800px;
	top: 135px;
	width: 209px;
	height:300px;
	overflow:hidden;
	background-image: url(../images/rosto.jpg); }







/* SCHEDE
--------------------------- */


.divscheda { position: relative; top:0; float:left; }
.divscheda a { text-decoration:none; }
.divscheda a img { display:block; z-index:-99; float:left; margin-right:15px; } 

.caption {
	display: none;
	position:absolute;
	left: 0;
	bottom:0;
	margin-right:15px;
	color:white;
	text-decoration:none;
	background: url('../images/caption.png') repeat; }

.schede li { float:left; }
.schede a:hover .caption { display: block!important; padding:10px; }

.first_li { height:400px; width:295px; }
.last_li { padding-top:180px; padding-left:100px; }

.anchor { position:relative; left: -295px; }
.distance { margin-right:1600px!important; }
.white { background: none!important; color:#000!important; }




/* CONTACTS
--------------------------- */

#contact
	{
	position:fixed;
	top: 150px;
	left: 30px;
	width: 500px;
	height: 300px;
	margin-left: 300px;
	padding: 20px;
	display: none;
	text-align: left;
	background: #FFF;
	opacity:0.97; filter:alpha(opacity=97);
	z-index: 100; }

#closecontact { position: absolute; top: 8px; right: 15px; }

a.contact:link,
a.contact:visited,
a.contact:hover
	{ font: 18px Arial; text-decoration: none; }

a.contact:link,
a.contact:visited { color: #666666; }
a.contact:hover { color: #FFd2d2; }

a.email { font-size: 18px; text-decoration: none; }
a.email:link, a.email:visited, a.email:active { color: #666; }
a.email:hover { color: #333; }









/* CREDITS
--------------------------- */

#credits {
	font: 10px/15px "Helvetica Neue",Arial,sans-serif; text-align:right;
	position:fixed; bottom:10px; right:10px; padding:0; margin:0;
	z-index: 99999; }

#credits a { text-decoration:none; }
#credits a:link, #credits a:visited, #credits a:active { color: #999; }
#credits, #credits a:hover { color:#555; }


