a:link{
color:#FFFFFF;
text-decoration:none;
}

a:visited{
color:#FFFFFF;
text-decoration:none;
}

a:hover{
color:RGB(255,200,0);
text-shadow: 0 0 2px #FDFDFD,
			0 0 4px #FDFDFD,
			0 0 8px #FFFFFF,
			0 0 10px #FFFFFF;
}

body{
background-color:#000000;
color:#FFFFFF;
font-family: Helvetica,Arial, Sans-Serif;
font-size: 9pt;
text-align:center;
}

h1{
color:RGB(0,0,0);;
font-size:13pt;
font-weight:bolder;
letter-spacing:0.1em;
text-shadow: 0 0 6px #000000;
			 0 0 8px #FFFFFF;
}

#page{
background-image: url(http://argh.fiat-croma.ch/images/background.jpg);
background-color: RGBA(255,255,255,1);
background-repeat: no-repeat;
background-position: center;
height:800px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
padding:5px;
text-align:left;
width:1024px
}

#menu{
border-top: 2px solid RGB(255,200,0);
display:inline;
float:left;
font-size:13pt;
letter-spacing:0.05em;
margin-top:140px;
padding:5px;
position:absolute;
width:720px;
z-index:1;
}

#logo{
position:absolute;
z-index:1;
}

#news{
background-color: RGBA(255,255,255,0.75);
box-shadow: 0 0 4px #FFFFFF;
color:#000000;
height:200px;
margin-left:500px;
margin-top:575px;
overflow:auto;
padding:5px;
position:absolute;
width:500px;
z-index:2;
}

#text{
background-color: RGBA(255,255,255,0.75);
box-shadow: 0 0 4px #FFFFFF;
color:#000000;
height:570px;
margin-left:20px;
margin-top:190px;
overflow:auto;
padding:10px;
position:absolute;
width:964px;
z-index:2;
}

#text a:link{
color:#000000;
font-weight:bold;
text-decoration:none;
}

#text a:visited{
color:#000000;
font-weight:bold;
text-decoration:none;
}

#disclaimer{
float:left;
font-size:8pt;
margin-top:812px;
position:absolute;
text-align:left;
}