body
{
	background: url(img/bg.jpg) #151415 repeat-x;
}

#main
{
	background: url(img/bg_box.jpeg) black repeat;
	border:1px solid #000000;
	width:800px;
	text-align:left;
	padding:50px;
	font-size:13px;
	font-family:  Nissan AG,Verdana, Arial, Helvetica, sans-serif;
	color:white;
	
}
#main2
{
	background-color: white;
	border:1px solid #000000;
	width:1000px;
	text-align:left;
	padding:20px;
	font-size:12px;
}
#main2 tr ,#main2 td
{
	text-align:left;
}
.menu_box
{
	border:1px solid #000000;
	margin: 10px;
	padding:5px;
	padding-top:20px;
	padding-bottom:20px;
	vertical-align:top;
}
#menu_home
{
	position:relative;
	margin:20px;
}
#testo_top
{
	margin:30px;
}

#privacy
{ 
	font-size:9px;
	color:#999999;
}

#header
{
	/*border:1px solid #000000;*/
	padding:10px;
	margin-bottom:30px;
	text-align:center;
}


.black
{
	color: black;
	
}

#box_admin
{
	position:relative;
	font-size:10px;
}


tr , input
{
	text-align: center;
	
}

a:active {
	color: red; /* active link color */
	text-decoration: underline;
}

a:link {
	color: red; /* link color */
	text-decoration: underline;
}

a:visited {
	color: red; /* visited link color */
	text-decoration: underliner;
}
a:hover {
	color: white; /* visited link color */
	text-decoration: none;
}


#main2 a:link
{
	color: black; /* link color */
	text-decoration: underline;
}

#main2 a:visited {
	color: black; /* visited link color */
	text-decoration: underliner;
}
#main2  a:hover {
	color: red; /* visited link color */
	text-decoration: none;
}

