body {
	background-color: #CCCCCC;
	background-image: url(../images/donnalombarda_background.jpg);
	
	margin: 0;
	padding: 0;
}

#cover {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 630px;
	height: 558px;
	margin-top: 10px;
	
	box-shadow: 4px 3px 10px #303030;
	-moz-box-shadow: 4px 3px 10px #303030;
	-webkit-box-shadow: 4px 3px 10px #303030;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#cover img {
	z-index: 10;
	position: absolute;
	cursor: pointer;
}

#description {
	position: absolute;
	width: 640px;
	z-index: 0;
	padding-left: 10px;
}

img {
	padding: 0;
	margin: 0;
}

#fronte {
	z-index: 10;
}

#retro {
	opacity: 0;
	visibility: hidden;
	z-index: 11;
}

#links, #info {
	font-family: Helvetica;
	font-size: 13pt;
	font-weight: bold;
	
	text-align: center;
	
	background-color: #EEEEEE;
	
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	margin-top: 15px;
	
	box-shadow: 4px 3px 10px #303030;
	-moz-box-shadow: 4px 3px 10px #303030;
	-webkit-box-shadow: 4px 3px 10px #303030;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#togglecover {
	margin-right: 30px;
}

#theproject {
	margin-right: 30px;
}

#buy {
	margin-right: 30px;
}

#events {
}

#links a {
	color: #303030;
	text-decoration: underline;
	cursor: pointer;
}

#links a:hover {
	color: #703030;
}


#filler {
	position: absolute;
	background-color: #EEEEEE;
	width: 620px;
	height: 548px;
	padding: 5px;
	
	font-family: Helvetica;
	font-size: 14px;
	
	cursor: pointer;
	
	z-index: 8;
	
}

#project {
	position: absolute;
	background-color: #EEEEEE;
	width: 620px;
	height: 548px;
	padding: 5px;
	
	font-family: Helvetica;
	font-size: 13px;
	
	cursor: pointer;
	
	z-index: 9;
	
	visibility: hidden;
	opacity: 0;

}


#eventslist {
	position: absolute;
	background-color: #EEEEEE;
	width: 620px;
	height: 548px;
	padding: 5px;
	
	font-family: Helvetica;
	font-size: 14px;
	
	cursor: pointer;
	
	z-index: 12;
	
	opacity: 0;
	visibility: hidden;

}

#eventslist li {
	margin-bottom: 10px;
}

