@charset "UTF-8";
/* CSS Document */
/* TOTENTANZ CSS */
html {
		overflow: hidden;
	}
	
	body {
		margin: 0px;
		padding: 0px;
		background: #fff;
		position: absolute;
		width: 100%;
		height: 100%;
		cursor: crosshair;
	}
	#screen {
		position: absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;
		background: #fff url(../images/bg.jpg) top left no-repeat;
		overflow: hidden;
	}
	#box {
	position: relative;
	float:left;
	margin:20px;
	margin-top:30px;
	height:174px;
	width:174px;
	background:transparent url(../images/title.png) center no-repeat;
	padding:10px;
	border:10px solid #000;
	}
	#control {
		position: absolute;
		bottom:20px;
	right:20px;	width: 140px;
		font-family: georgia;
		font-size: 12px;
		color: #000;
		font-style:italic;
		background: #FF0033;
		border: #000 solid 6px;
		z-index: 1000;
		margin: 20px;
		padding: 5px;
	}
	#control input {
		cursor: pointer;
	}
	#skeleton {
		font-family: times new roman;
		font-size: 16px;
		text-transform:lowercase;
		color: #000;
		font-weight: light;
		font-style:oblique;
		line-height:18px;
	}#gerard {
		position: absolute;
		color: #FF0033;
		font-family: georgia;
		font-style:italic;
		text-transform:lowercase;
		font-size: 0.6em;
		width: 300px;
		text-align: left;
		bottom: 4px;
	}
	h3 { font-size:14px; text-transform:uppercase; font-weight:light; font-style: italic;text-decoration: line-through; background:#000;}
	#credit {
	background:#000;
		position: absolute;
		color: #FF0033;
		font-family: georgia;
		font-style:italic;
		text-transform:uppercase;
		font-size: 0.6em;
		width: 100%;
		text-align: right;
		bottom: 4px;
	}
	
	#credit2 {
	background:#000 url(../images/avanti.jpg) top right no-repeat;
		position: absolute;
		color: #fff;
		font-family: georgia;
		font-size: 0.6em;
		width: 100%;
		text-align: right;
		top: 4px;
	}
	
	#previous {
	background:transparent url(../images/indietro.jpg) top left no-repeat;
		position: absolute;
		color: #fff;
		font-family: georgia;
		font-size: 0.6em;
		width: 100px;
		text-align: left;
		top: 4px;
	}
	#previous a:link {
	padding-left: 20px;}
	
	#credit2 a:link {
	padding-right: 20px;}	#credit a:link {
	color: #FF0033;}
	a {text-decoration: none;color:#fff; padding-left: 20px; padding-right: 20px;}
	a:hover	{text-decoration: none;background:#FF0033;color:#fff;padding-left: 20px; padding-right: 20px;}
	a:visited {text-decoration: none;color:#fff;padding-left: 20px; padding-right: 20px;}
	a:visited:hover {text-decoration: none;background:#ff8000;color:#fff;padding-left: 20px; padding-right: 20px;}
	#canvasImages {
		visibility: hidden;
	}
	#matrixImages {
		visibility: hidden;
	}