/* ******************************************** */
/* CONTAINER OF THE EDITION FRONT PAGE */
/* ******************************************** */

/* Settare l'altezza qui */
div#visore div#frontpage_container div.frontpage {
 	height: 450px;
}

div#visore div#frontpage_container {
    padding: 20px;
}

div#visore div#frontpage_container div.frontpage {
    margin: 0 auto;
    text-align: center;
    width: 400px;
    background-color: #FFF;
    padding: 70px 30px 70px 30px;
    border: 1px solid #e0e0e0;
	position: relative;
}

div#visore div#frontpage_container div.frontpage p.author{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    color: #6c5449;
    font-weight: normal;
    margin-bottom: 45px;
}

div#visore div#frontpage_container div.frontpage h2.title{
        color: #000;
	margin-bottom: 24px;
	font: normal 22px/150% Georgia, "Times New Roman", Times, serif;
}

div#visore div#frontpage_container div.frontpage p.description{
        color: #666666;
	text-align: justify;
	font: normal 13px/160% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 40px;
}

/* Bottom */
div#visore div#frontpage_container div.frontpage p.logo{
    position: absolute;
	display: block;
	width: 400px;
    height: 90px;
    background: url(/EC/resources/images/front_page_logo.gif) center center no-repeat;
	text-indent: -9999px;
    margin: 0 auto;
    padding: 0;
	bottom: 65px;
}
div#visore div#frontpage_container div.frontpage p.link{
	position: absolute;
	width: 400px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 18px;
    color: #6b5349;
    font-weight: normal;
    margin: 0 auto;
	padding: 0;
	bottom: 40px;
}
div#visore div#frontpage_container div.frontpage p.year{
	position: absolute;
	display: block;
	width: 400px;
	text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: normal;
    margin: 0 auto;
	padding: 0;
	bottom: 20px;
}
