@charset "utf-8";
body {
	margin: 0px;
	background-image: url(img/bg.jpg);
	
}
#main-container {
	background-attachment: fixed;
	background-image: url(img/elettro-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	float: left;
	height: auto;
	width: auto;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.title-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

