body {
margin: 0;
padding: 0;
}

#wrapper {
position: absolute;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #ff0000;
overflow: visible;
z-index:0;
}

#mountains{
position: absolute;
display:block;
height: 200%;
bottom:50%;
margin-bottom:-120px;
width: 100%;
background: url('../img/bg.png') repeat-x left bottom;
z-index: 1;
}

#wrapper img {
top: 50%;
margin-top: -4450px;
}

#center {
position: absolute;
width: 700px;
height: 600px;
top: 50%;
left: 50%;
margin-left: -350px;
margin-top: -300px;
background: url('../img/licorne.png');
z-index:2;
}

#center ul {
position: relative;
left: 425px;
top: 250px;
width: 165px;
height: 300px;
}

#center ul li {
list-style: none;
text-align: center;
display: block;
height: 30px;
}

#center ul li a {
font-family: 'Lato', sans-serif;
color: #212121;
font-weight: bold;
font-size: 24px;
text-decoration: none;
text-shadow: 1px 1px 0px #616161;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#616161,direction=45,strength=2);
}

#center ul li a:hover {
color: #fff;
font-size: 26px;
text-shadow: 2px 2px 2px #2e2b2c;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#2e2b2c,direction=45,strength=2);
}