body, a {
	font-family: Copperplate;
	font-weight: normal;
}

a {	color: inherit; text-decoration: inherit; }

a:hover, a:active, a:focus, a {
	-moz-outline-style: none;
	outline: none;
}

body {
	background-color: #1B1D1D;
	
	font-size: 24pt;
	
	color: #8b8b8b;	
	margin: 0px;
}

img { border: 0px }


#container {
	position: absolute;
	width: 998px;
	height: 599px;
	
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -499px;

	background-color: black;
	overflow: hidden;
	
	background-repeat: no-repeat;
	
}

#title, #bio, a, .title, .maschera h1 {
	color: #ffeb00;
	text-shadow: 0px -1px 1px #f90000;
}



