body {
	background: url(/views/imgs/background.jpg) repeat-x left top;	
}

/****************
 * HEADER
 ****************/
#header {
	background-image: url(/views/imgs/header_scripteria.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 215px;	
}

img#logo {
	margin-top: 57px;
	margin-left: 23px;
	float: left;
}

img#steps {
	float: right;
	margin-top: 90px;
}

/***************
 * CONTENT
 ***************/
#content {
	clear: both;
	margin-top: 1px;
}

	#content #pubblicita {
		/*
		background-image: url(/views/imgs/pubblicita.jpg);
		background-repeat: no-repeat;
		*/
		width: 550px;
		height: 139px;
		float: left;
	}
	
	#content #feature {
		float: right;
	}

/***************
 * ADVERTISING
 ***************/
#advertising {
	color: #996600;
	padding-left: 15px;
	font-weight: bold;
	margin-top: 15px;
}

#advertising p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

/***************
 * TEXT
 ***************/
#text {
	padding: 15px;
	padding-bottom: 0px;
	color: #CC6600;
	width: 460px;
	font-size: 12px;
}

/*******************
 * LOADING
 *******************/
#loading {
	color: #FF0000;
	font-weight: bold;
	display: none;
}