

html {
/*	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
*/	}

	body {
/*		margin: 0;
		padding: 0;
		font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		width: 600px;
		height: 100%;
		background: #ffffff url(images_bg/k-rotator.php) no-repeat fixed left top;
		background-size: cover; -moz-background-size: cover;
		background-position: 50% 50%;
		margin:0 auto;
*/
		}
	
		#flashContent {
			position:absolute;
			margin:0 auto;
			width:600px;
			height:700px;
			}
			
		div#footer {
			position: absolute;
			width: 600px;
			height:70px;
			bottom: 0;
			color: #ffffff;
			padding: 4px 0 0 10px;
			overflow:hidden;
			background-color: #000000;
			text-align: middle;
			}
		
		a {/*MAI MAI MAI CANCELLARE CHE SALTA FOTORAMA DANGERRRRR!*/
			color: #FFF;
			padding: 0 ;
			}

			a:hover {
				color: #000;
				background-color: #FFF;
				}
