html,body{
margin:0;
padding:0
}
body{
	background: #000000 url(../data/sfondo2.jpg) repeat center top;
	color: #FFFFFF;
}

a:hover {
text-decoration:underline overline;
}
a {
color:#B4B4B4;
text-decoration:none;
}

p#nojava {
background: red;
color: #FFFFFF;
padding: 3px;
text-align: center;
font-weight: bold;
}

div#index {
	position:relative;
	width: 900px;
	height: 620px;
	margin: 120px auto;
}

div#index_logo {
	width: 900px;
	height: 400px;
	background: transparent url(index_logo.png) center center no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
}
div#index_logo a{
display:block;
width: 600px;
height: 400px;
background: transparent;
}
span{
display:none;
}

div#index_facebook {
width: 300px;
height: 120px;
background: transparent url(index_facebook.png) repeat-y center center;
position: absolute;
top: 400px;
left: 100px;
}
div#index_facebook a {
display:block;
width: 300px;
height: 120px;
}

div#index_myspace {
	width: 300px;
	height: 120px;
	background: transparent url(index_myspace.png) no-repeat center center;
	position: absolute;
	top: 400px;
	left: 500px;
}
div#index_myspace a {
display:block;
width: 300px;
height: 120px;
}
div#counter {
	width: 900px;
	height: 30px;
	text-align:center;
	position: absolute;
	top: 550px;
	left: 0px;

}

div#footer{
width: 100%;
background: #000000;
margin-top: 10px;
position: fixed;
bottom: 0px;
text-align: center;
}
