/*
AUTORE: ENRICO ZAGO
*/

body {
	background	: url(images/bg_background.jpg) #2f53c8 top center repeat-x;
	margin		: 0px;
	padding		: 0px;
	text-align	: center;
	font		: 12px "Lucida Sans Unicode", sans-serif;
	color		: #919191;
	}
#logo1 {
	background	: url(images/bg_logo.jpg) top center no-repeat;
	margin		: 0 auto;
	width		: 560px;
	height		: 420px;
	padding		: 0px;
	position	: relative;
	}
#logo2 {
	background	: url(images/bg_EnricoZago.jpg) top center no-repeat;
	margin		: 0 auto;
	width		: 560px;
	height		: 120px;
	padding		: 0px;
	position	: relative;
	}
#logo3 {
	background	: url(images/bg_WorkInProgress.jpg) top center no-repeat;
	margin		: 0 auto;
	width		: 560px;
	height		: 30px;
	padding		: 0px;
	position	: relative;
	}	
	

