@charset "utf-8";
/*--------------------
   CSS Document
---------------------*/

body,html {
    height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px; 
}

/****************Index****************/

#container {
width: 640px;
height: 420px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -320px;
margin-top: -210px;
float:left:
}

#enter{
    height:auto;
	width:360px;
	margin:auto;
}

#footerIndex{
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-align:center;
    height:auto;
	width:640px;
	margin:auto;
}

#footerIndex a:link {
	color:#999;
}

#footerIndex a:hover {
	color:#666;
}

#footerIndex a:visited {
	color:#999;
}


/****************Footer****************/
#absolutFooterBg
{
	padding: 5px 0 10px 0;
	position: absolute;
}
#absolutFooter
{
	color: #454545;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	width: 1024px;
	left:50%;
	top:50%;
	margin:100px 0 0 -240px;/*modifica valori a secondo della larghezza*/
}
#absolutFooter p, #absolutFooter, #absolutFooter a
{
	color: #999999;
	font-size: 10px;
	line-height: 12px;
}
#absolutFooter a
{
    float: left;
	padding-right: 10px;
}
#absolutFooter a:hover
{
	color: #666666;
}
#footerTable
{

	list-style-type: none;
}
#footerTable li
{
	position: relative;
	display: block;
	float: left;
}
#footerTable li p
{
	float: left;
}
#footerTable li #footerLink
{
	border-left: 1px solid silver;
	padding-left: 10px;
		
}
