@charset "utf-8";
/* CSS Document */

body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #26282a;
font-family: verdana;
font-size: 12px;
color: #000000;
}
#wrapper
{margin:auto;
width:900px;
height:auto;
}

#header
{
	background:url(../images/header.png) no-repeat;
	width:900px;
	height:237px;
	margin:0px;
	text-align: right;
}

#center
{
	background:url(../images/center.png) no-repeat;
	width:698px;
	height:525px;
	float:left;
	font-size: 10px;
	text-align: center;
}

#menu{
background:url(../images/menu.png) no-repeat;
width:202px;
height:525px;
float:right;
}
.floatclear {
clear:right;
}

#footer
{
background:url(../images/footer.png) no-repeat;
width:900px;
height:138px;
float:left;
}

#pulsantiera {
	font-size:18px;
	text-align:center;
	
	}
	
#marquee
{
	font-size:10px;
	text-align:center;
	margin:auto;
}

A:VISITED {
 color : Black;
 text-decoration: none
}

A:HOVER {
 color : Red;
 text-decoration : underline;
}

A:ACTIVE {
 color : Red;
 text-decoration: underline
}

