* {
	margin: 0; padding; 0;
}

html, body {
	margin: 0; padding: 0;
	background: #d02700;
	height: 100%;
}

.clear {
	clear: both;
}

#wrap {
	min-height: 100%;
}

#content {
	margin: 0 auto 0; padding: 0 0 380px 0;
	width: 100%;
	max-width: 1600px;
	min-height: 550px;
	display: none;
	background: url('../images/woman_face.png') 50px 50px no-repeat transparent;
	background-size: 40% auto;
	z-index: 1000;
	position: relative;
}

#content_text {
	margin: 100px 10% 0 0;
	height: 400px;
	width: 400px;
	float: right;
	display: none;
	position: relative;
	z-index: 2000;
}

#content_text h1 { 
	margin: 0 0 20px 0; padding: 0;
	width: 400px; 
	height: 126px; 
	background: url('../images/la-casa-di-omicidio.gif') 0 0 no-repeat transparent;
	text-indent: -10000px;
	display: block;
}

#content_text h2 {
	margin: 0 0 10px 0;
	text-align: right;
}

#content_text a {
	color: #fdbdae;
}

#content_text h2 a {
	font-family: Myriad Pro, Arial, sans-serif;
	color: #fdbdae;
	text-align: right;
}

#content_text p {
	margin: 0 0 10px 0;
	font-family: Myriad Pro, Arial, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: right;
}

#footer {	
	margin: -380px 0 0 0; padding: 0;
	width: 100%;
	height: 380px;
	display: block;
	background: url('../images/footer.png') bottom left no-repeat transparent;
	position: relative;
	display: none;
	z-index: 900;
	clear: both;
}

#footer_text {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 213px;
	display: block;
	background: #000; 
	color: #fff;
	text-align: right;
}


#share_buttons {
	margin: -140px 0 0 2%;
	width: 80%;
	float: left;
	text-align: left;
	z-index: 2000 !important;
	position: absolute;
	left: 10px;
}

#mobile_share_buttons {
	display: none;
}

#footer_text p {
	margin: 80px 2% 0 0;
	font-size: 10px;
	font-family: Myriad Pro, Arial, sans-serif;
	float: right;
}

@media screen and (max-width: 900px) {
	
	#content {
	margin: 0; padding: 120px 0 0 0;
	height: 50%;
	min-height: 100px;
	width: 100%;
	display: none;
	background: url('../images/woman_face.png') top center no-repeat #d02700;
	background-size: 60% auto;
}
	
	#content_text {
		margin: 10px 5% 0 5%;
		height: 400px;
		width: 90%;
		float: none;
		display: none;
	}

#content_text h1 { 
	margin: 0 0 10px 0;
	width: 90%; 
	max-width: 400px;
	max-height: 126px; 
	background-size: 100% auto;
	text-indent: -10000px;
	display: block;
}

#content_text h2 {
	text-align: left;
}

#content_text h2 a {
	text-align: left;
}

#content_text p {
	text-align: left;
}

#mobile_share_buttons {
	margin: 10px 0 10px 0;
	display: block;
}

#share_buttons {
	margin: 20px 0 0 5%;
	width: 90%;
	display: none;
}

#footer_text p {
	margin: 10px 0 0 20px;
	float: none;
	text-align: left;
	display: none;
}

#footer {
	margin: 0; 
	background: none;
	display: none !important;
}

#footer_text {
	background: none;
}


	
}

@media screen and (max-width: 685px) {
	#footer { background: none; }
	
#footer_text p {
	display: none;
}

}