/*************************/
/* GLOBAL
/* File: styles.css
/* Author: Davide Reppucci <me@davidereppucci.com>
/* Date: 20/07/2008
/*************************/

* { margin: 0; padding: 0; }

html {
	height : 100%;
}
body {
	height: 100%;
	background: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 11px;
	overflow: hidden;
}
h1 {
	width: 167px;
	height: 37px;
	background: url(../images/welcome.gif) center center no-repeat;
	position: absolute;
	left: 340px;
	top: 240px;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
h1 span {
	display: none;
}


#flash {
	background: url(../images/background.jpg) top left no-repeat;
	width:1024px;
	height: 514px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #fff;
	font-size : 10px;
	position: absolute;
	margin: -257px 0 0 -512px;
	top: 50%;
	left: 50%;
}

ul {
	list-style: none;
	position: absolute;
	font-size: 12px;
	color: #9a9a9a;
	left: 563px;
	top: 50%;
	margin: -42px 0 0 0;
}
ul li {
	margin: 0 0 12px 0;
}
ul li a {
	color: #9a9a9a;
	text-decoration: none;
}
ul li a:hover {
	color: #fff;
}

#flash p {
	text-align: center;
}
.details {
	color: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 267px 0 0 -50px;
}
