﻿/* festival dei popoli */
/* main css */
/* */
/* gamera07 */

/* ordine definizione pseudoclassi (per links):
a:link
a:visited
a:hover
a:focus
a:active
*/


body {
	margin: 			0 1px 0 0;
	padding: 			0;
	font-family:		"Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size:			.8em;
	text-transform:		uppercase;
	background:			url(BCK_Detect2.JPG) left top no-repeat;
}

/* DA FLASHOBJECT */
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}


a {
	color:				#FFF;
	background-color:	#000;
	padding:			0 3px 0 3px ;
}

a:link {
}

a:visited {
}

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

a:active {
}

