/*

Description: Il primo grande evento di Moda Critica in Italia
Author: Chiara Birattari - smarketing°
Author URL: http://www.smarketing.it/
Tags: moda critica, critical fashion, so critical so fashion
*/

/***** General Styles ******/

body {
	font-family: lucida sans, verdana, arial, sans-serif;
	background:#fff url(images/bg.jpg) repeat;;
	font-size:12px;
	font-weight:normal;
	color:#333;	
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}


h1 {
	font-size:24px;
	font-weight:normal;
	color:#4f4f4f;
	margin-bottom:20px;
	line-height:36px;
}



a:link, a:active, a:visited {
	color:#666666;
	line-height:18px;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


#sfondo {
background:url(images/busta.png) center no-repeat;
width:768px;
height:486px;
position: absolute;
top: 50%;
left: 50%;
margin-left:-384px;
margin-top:-243px;
}


#testo {
	margin-top:120px;
	margin-left:290px;
	line-height:24px;
}


.nota {
	background:#999 url(images/sf_fabric.gif) repeat;
	font-size:10px;
	font-weight:normal;
	color:#fff;	
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
}


