/*
 * stylesheet page  
 */
 
A:link    { color: yellow }    /* unvisited links */
A:visited { color: yellow; font-size: 100%;}   /* visited links   */
A:hover   { color: green; font-size: 100%; } 
A:active  { color: green; font-size:110%; }   /* active links    */

A:link, A:visited, A:active { text-decoration: none }

H1	{color: #fce093}
H2	{font-size:12pt; color: #fce093}
H3	{color: #fce093}
H4	{color: #fce093}


body {
     background:black;
     margin:0px;
     padding:0px;
}

/* spazio in uso globale */
div#gall {
    background-color: black; 
 	background-image: url(../images/sfondo_main.jpg);  
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px 0px; 
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 768px;
	z-index: 2;
    color:yellow;
}
/* spazio per il logo nello splash */
div#glogo {
    background-color:transparent;
    position: absolute;
    left: 256px;
    top: 40px;
    width:512px;
    height:150px;
}
/* spazio per la maschera nello splash */
div#genter {
    background-color:transparent;
	position:absolute; 
	left:312px;  
	top:250px; 
    width: 400px;
    height:400px;
}

/* Aree nella pagina principale */
div#margin_top {
	background-color:transparent;
	position: absolute;
	overflow: visible;
	top: 0px;
	left: 179px;
	width:700px;
	height:150px;
}

div#gcontentframe {
	background-color: transparent;
    position:absolute; 
    overflow:hidden;
    left:180px; 
    top:150px; 
    width:700px; 
    height:618px; 
}

div#margin_down {
    position:absolute;
    background-color: transparent;
    font-family: Courier, serif;
    font-style:normal;
    font-variant: small-caps;
    font-weight: normal; 
    font-size: small;  
    left:180px;
    top:768px;
    width: 700px;
    height: 30px; 
}

div#margin_right {
    position:absolute;
    background-color: transparent;
    left:880px;
    top:120px;
    width:144px;
    height:618px;
}

div#margin_left {
    position:absolute; 
    left:20px; 
    top:120px; 
    width:160px; 
    height:618px; 
    background-color: transparent;
    font-family: "GarmdITC Bk BT", serif;
    font-style:normal;
/*    font-variant: small-caps; */
    font-weight: normal;
    font-size: medium;
    line-height: 300%;
    text-transform: uppercase;
}

iframe#newsarea {
	background-color: transparent;
	top: 120px;
	height: 100%;
	width: 100%;
}
