body {
    margin: 0;
    padding: 0;
    background-image: url(../images/sfondo.jpg);
    background-position: center;
    background-repeat: repeat-y;
    font-family: 'Josefin Sans Std Light', Arial, Helvetica, Geneva, sans-serif;
}

#main-content {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.youtube-container {
    width: 700px;
    height: 432px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
    display: none;
}

#buttons-container {
    width: 700px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#buttons-container div {
    margin-right: 20px;
    vertical-align: middle;
}

.language-button {
    float: right;
}

h1 {
	font-family: 'Tangerine', arial, serif;
    font-size: 36px;
    text-shadow: 4px 4px 4px #aaa;
}

h3 {
    text-align: center;
}

#hotel-info {
	width: 650px;
    text-align: right;
    font-size: 12px;
}

a {
    text-decoration: none;
}

#booking-container {
    width: 660px;
    height: 325px;
    margin-left: auto;
    margin-right: auto;
}

#aqualandia-container {
    width: 400px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

