body{
font-family: verdana, arial, sans-serif;
background-image:url('/img/bg.jpg');
background-repeat: no-repeat;
background-size: 100% auto;
padding:0;
margin:0;
position:relative;
padding-bottom: 60%;
}

#animation {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:1;
}

#text{
color:#bde;
font-weight:bold;
font-size:3em;
position:absolute;
margin-top:20%;
text-align:center;
width:100%;
z-index: 0;
}


@media (orientation:portrait) {
body {
background-size: auto 100%;
padding-bottom:140%;
}

}


