/*************************/
/* GLOBAL
/* File: styles.css
/* Author: Davide Reppucci <me@davidereppucci.com>
/* Date: 29/04/2008
/*************************/

* { margin: 0; padding: 0; }

html {
	height : 100%;
}
body {
	height: 100%;
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 11px;
	overflow: hidden;
}
h1 {
	background:  url(../images/logo.gif) top left no-repeat;
	width: 80px;
	height: 80px;
	font-size: 12px;
	display: block;
	position: absolute;
	margin: -20px 0 0 -50px;
	left: 50%;
	top: 50%;
	background-image: url(../images/logo.gif);
	z-index: 1;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
h1 span {
	display: none;
}


#flash {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #fff;
	font-size : 10px;
}

#copyright {
	width: 460px;
	display: block;
	position: absolute;
	top: 80% !important;
	top: 470px;
	left: 50%;
	margin: 0 0 0 -230px;
	height: 50px;
}
#copyright p {
	text-align: center;
	color: #333333;
	font-size: 10px;
	margin: 0 0 20px 0;
	padding: 0;
}
#copyright p a#entra {
	color: #000000;
	text-decoration: none;
}
#copyright p a#entra:hover {
	text-decoration: underline;
}
#copyright p a {
	color: #000000;
	text-decoration: underline;
}
#copyright p a:hover {
	text-decoration: none;
}
.visibile {
	display: block;
}
.invisibile {

	display: none;
}
