@charset "utf-8";
/* CSS Document */
/* COPYRIGHT 2010 Davide Madeddu - www.davidemadeddu.it */

a:link { text-decoration: none; color: #999;}
.linkprofile { text-decoration: none; color: #fff;}
a:active { text-decoration: none; color: #999;}
a:visited { text-decoration: none; color: #999;}
a:hover { text-decoration: none; color: #fff;}
a img { border: none;}

body {background-color: #000000;}

#main  /* container generale che gestisce l'intera pagina */
{
font-family:Sans-Serif, Verdana, Arial;
font-size:11px;
height:auto;
position:absolute;
top:100px;
left:50%;
width:600px;
height:800px;
margin-left:-400px;
color:#FFF;
}

#header
{
font-family:Sans-Serif, Verdana, Arial;
width:500px;
text-align:left;
font-size:15px;	
color:#FFF;
}

#menuLeft
{
position:absolute;
left:-65px;
top:260px;
z-index:50px;
text-align:right;
}

#menu
{
position:absolute;
top:20px;
z-index:50px;
}

#slideImages  /* SLIDESHOW */
{
top:30px;
position:absolute;
width:600px;
height:300px;
visibility: hidden; /*keep this intact*/
z-index:0;
}

#slideControl   /* bottoni controllo slideshow immagini */
{
position:absolute;
left:480px;
top:340px;
z-index:20px;
}

#testi  /* SLIDESHOW */
{
top:50px;
position:absolute;
width:600px;
height:300px;

z-index:0;
}

#projectDescription
{
position:absolute;
top:340px;
z-index:10px;
}







