
body {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.row-content {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#row-1 {
	background: #FFFFFF;
	width: 100%;
	height: 260px;
}

#row-2 {
	background: #153D70;
	width: 100%;
	height: 380px;
}

#row-3 {
	background: #43B9D4;
	width: 100%;
	height: 380px;
}

#row-4 {
	background: #FFFFFF;
	width: 100%;
	height: 380px;
}

#row-5 {
	background: #ECECEF;
	width: 100%;
	height: 100px;	
}

/* Content */

#logo {
	background: url(images/logo.png);
	display: block;
	height: 145px;
	width: 167px;	
	position: relative;
	top: 30px;
}	

.titolo-gaudeamus-igitur {
	background: url(images/titolo-gaudeamus-igitur.png) no-repeat left top;
	height: 32px;
	width: 457px;
	text-indent: -9999px;
	position: relative;
	top: 55px;
}

#intro {
	float: left;
	width: 470px;
	font: 19px/20px 'Ubuntu Condensed', sans-serif;
	color: #FFFFFF;
}

#cover-randolph-reed {
	background: url(images/cover-randolph-reed.png);
	float: right;
	height: 606px;
	width: 485px;
	position: relative;	
	top: -110px;
}

#download-pdf {
	background: url(images/download-pdf.png) no-repeat right top;
	height: 40px;
	width: 226px;
	display: block;
	float: right;
	font: 22px/22px 'Ubuntu Condensed', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
	padding-top: 18px;
}

#download-pdf:hover {
	background: url(images/download-pdf.png) no-repeat right -58px;
	height: 40px;
	width: 226px;
	display: block;
	float: right;
	font: 22px/22px 'Ubuntu Condensed', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
	padding-top: 18px;	
}

#ecommerce {
	float: left;
	width: 450px;
	font: 19px/22px 'Ubuntu Condensed', sans-serif;
	color: #FFFFFF;
}

.shop-01 {
	background: url(images/shop-01.jpg);
	display: block;
	height: 156px;
	width: 100px;
	border: 4px solid #FFFFFF;	
	float: left;
	margin-right: 30px;
}

.shop-02 {
	background: url(images/shop-02.jpg);
	display: block;
	height: 156px;
	width: 100px;
	border: 4px solid #FFFFFF;	
	float: left;
	margin-right: 30px;
}

.shop-03 {
	background: url(images/shop-03.jpg);
	display: block;
	height: 156px;
	width: 100px;
	border: 4px solid #FFFFFF;	
	float: left;
}

.fade {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
      opacity: 0.8;
}

#striscia {
	background: url(images/striscia-randolph-reed.jpg) no-repeat center center;
	height: 346px;
	max-width: 938px;
	margin-top: 20px;
}

#credits {
	float: right;
	margin-top: 5px;
}

#credits a {
	font: 16px 'Ubuntu Condensed', sans-serif;
	color: #0099CC;
	text-decoration: none;
}

#credits a:hover {
	color: #006699;
	transition: color 0.2s ease 0s;
}