/* Elementi di base */
* {
	margin: 0;
	padding: 0;
}

body {
display:block;
height:100%;
width:100%;
}

.container {
height:100%;
min-height:960px;
width:100%;
background-color: #F7F3DE; 
background-image: url(http://www.elcentenario.com/img/splash_bg_v10.jpg);
background-repeat: no-repeat;
background-position: center top;
display:block;
}

.splash {
width:940px;
height:877px;
margin: auto;
position:relative;
background:url(http://www.elcentenario.com/img/splash_v11.jpg);
}


.container_2013 {
height:100%;
min-height:960px;
width:100%;
background-color: #ffffff; 
background-image: url(http://www.elcentenario.com/img/splash_07.jpg);
background-repeat: no-repeat;
background-position: center top;
display:block;
}


.splash_2013 {
width:940px;
height:850px;
margin: auto;
position:relative;
/*background:url(http://www.elcentenario.com/img/splash_05.jpg);*/
background-repeat: no-repeat;
background-position: center top;
}