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

.mainhome
{
width:900px; 
height:550px; 
position:absolute; 
left:50%;
top:50%;
margin-left:-450px;
margin-top:-275px;
}

.mainenter
{
width:130px; 
height:30px; 
position:absolute; 
left:50%;
top:50%;
margin-left:-65px;
margin-top:185px;
border:1px;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background:url(../base/colorelathome.jpg) repeat-x;
	background-color: #cccccc;
	background-position: center center;
	background-attachment:fixed;
	height:100%;
}

img.nobordo{
border: 0px solid #cccccc;
}

.link:link{
color: #000000;
text-decoration: none;
}
.link:visited{
color: #000000;
text-decoration: none;
}
.link:hover{
	color: #EB2A29;
	text-decoration: none;
	font-weight: bold;
}

