* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font: inherit; font-size: 1em; white-space: normal; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; }
font { color: inherit !important; font: itnherit !important; color: inherit !important; }
marquee { overflow: inherit !important; -moz-binding: none; }
blink { text-decoration: none; }
nobr { white-space: normal; }

/*intro*/

body {
	background:#000 url(../img/sfondo.gif) top left fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#fff;
}

.clear { clear:both; }
.copy { color:#003333;}
#menu {
	background:#006666 url(../img/sfondo_head.gif) top left repeat-x;
	display:block;
	height:35px;
	text-align:right;
	position:relative;
	padding:10px 20px 0 20px;
	z-index:2;
}

#menu strong {
	font-weight:bold;
}

h1 {
	float:left;
	display:block;
}

span {
	float:left;
	display:block;
	padding:0 0 0 20px;
	text-align:left;
	font-size:10px;
	line-height:10px;
}

#menu a {
	color:#fff;
	height:25px;
	display:block;
	float:right;
	font-weight:bold;
	font-size:14px;
	margin:0 0 0 10px;
}

#menu a.join {
	background: url(../img/join.gif) bottom left no-repeat;
	padding:5px 0 0 70px;
}

#menu a.howto {
	background: url(../img/howto.gif) bottom left no-repeat;
	padding:5px 0 0 70px;
}

#menu a.about {
	background: url(../img/about.gif) bottom left no-repeat;
	padding:5px 0 0 40px;
}


#about {
	height:250px;
	width:200px;
	position:absolute;
	top:30px;
	right:20px;
	background:transparent url(../img/menu3.gif) top left no-repeat;
	color:#000;
	text-align:left;
	padding:20px;
}

#about a.chiudi {
	padding:0;
	position:absolute;
	top:15px;
	right:12px;
	display:block;
	height:20px;
	width:20px;
	background:url(../img/close1.gif) top left no-repeat;
	text-indent:-9999px;
}

#about a {
	float:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	margin:0;
}

#about p {
	padding:0 0 10px 0;
}

#join {
	height:450px;
	width:550px;
	position:absolute;
	top:30px;
	right:250px;
	background: url(../img/menu.gif) top left no-repeat;
	color:#000;
	text-align:left;
	padding:15px 20px 20px 20px;
}

#join li{
	padding:0 0 3px 0;
}

#join a.chiudi {
	padding:0;
	position:absolute;
	top:15px;
	right:12px;
	display:block;
	height:20px;
	width:20px;
	background:url(../img/close.gif) top left no-repeat;
	text-indent:-9999px;
}

#join a {
	float:none;
	color:#FF0000;
	font-weight:bold;
	font-size:15px;
	margin:0;
}

#join img {
	height:100px;
	width:80px;
	border:1px solid #FF9933;
	background:url(../img/sfondotemplate.gif) top left;
	display:block;
	margin:0 0 0 5px;
	float:left;
}

#howto {
	height:300px;
	width:550px;
	position:absolute;
	top:30px;
	right:120px;
	background:transparent url(../img/menu2.gif) top left no-repeat;
	color:#000;
	text-align:left;
	padding:15px 20px 20px 20px;
}

#howto li{
	padding:0 0 3px 0;
}

#howto a.chiudi {
	padding:0;
	position:absolute;
	top:15px;
	right:12px;
	display:block;
	height:20px;
	width:20px;
	background:url(../img/close2.gif) top left no-repeat;
	text-indent:-9999px;
}

#howto a {
	float:none;
	color:#ff0000;
	font-weight:bold;
	font-size:15px;
	margin:0;
}

#howto img {
	border:1px solid #000;
	background:url(../img/sfondotemplate.gif) top left;
	display:block;
	margin:10px 10px 10px 0;
	float:left;
}


#galaxy {
	text-align:center;
	z-index:1;
}

#galaxy a{
	border:none;
	position:relative;
	height:190px;
	width:124px;
	display:block;
	float:left;
	margin:20px;

}

#galaxy a span{
	display:none;
	font-size:12px;
	line-height:12px;
}

#galaxy a:hover span {
	display: block !important;
	text-align:left;
	position: absolute;
	bottom:0; 
	left:0; 
	width:94px;
	height:175px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8; 
	color: #fff;
	padding:10px 15px 5px 15px;
}

#galaxy img{
	border:0;
}

#galaxy a:hover span strong {
	font-weight:bold;
	display:block;
}