/* commented backslash hack v2 \*/
/* * html {overflow:hidden;} */
/* end of hack */

* {
margin:0;padding:0;
}
body, html {
font:11px "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
height: 100%;
text-align:left; 
background:#000;
color:#fff;
}
.clear {
clear:both;
}
.left {
float:left;
}
.right{
float:right;
}
/*merda da togliere*/
.hide {
display:none;
}
img {
border:none;
}
fieldset {
border:none;margin:0;padding:0;text-align:left;
}
a {
outline:none;
}
h1 {
margin:0;
}
ul, li {
list-style:none;
}

#coming {
text-align:center;
width: 450px;
height: 450px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -250px;
margin-top: -300px;
}

#links {
position:absolute;
bottom:20px;
right:140px;
}

#links a {
text-decoration:none;
font-weight:bold;
color:#F0067F;
margin-left:10px;
}

#links a:hover {
text-decoration:underline;
color:#FF52A8;
}
