@charset "UTF-8";

body {
	background-color: #000000;
}

#intro {
	height: 480px;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#generale {
	height: auto;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#generale #acces {
	height: 100px;
	width: 640px;
}
h1 {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	
	font-size:20px;
	font-weight: bold;
	color: #f28e0c;
}	
	
	a:link{
color: #f28e0c;
text-decoration:none;
}

a:visited{
color: #f28e0c;
text-decoration:none;
}#generale #acces {
	margin-top: 30px;
}

