@font-face {
    font-family: 'caviarNormal';
    src: url('Caviar.eot');
    src: url('Caviar.eot?#iefix') format('embedded-opentype'),
         url('Caviar.woff') format('woff'),
         url('Caviar.ttf') format('truetype'),
         url('Caviar.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'caviarBold';
    src: url('CaviarB.eot');
    src: url('CaviarB.eot?#iefix') format('embedded-opentype'),
         url('CaviarB.woff') format('woff'),
         url('CaviarB.ttf') format('truetype'),
         url('CaviarB.svg#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
 background-color:#000;
 background-image: url("bakgrund1.jpg");
 background-position:10px 5px;
 background-repeat: no-repeat;
 webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 color:#fff;
 font-family: caviarNormal;
}
a{
 color:#fff;
}


#wrapper{
 width: 703px;
 margin: 0 auto;
}

#info{
 margin: 50px 0 0 150px;
 padding-bottom:4em;
}

#loggan{
 position: relative;
 bottom: 1em;
 margin: 0 auto;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
    /* iPhone5 portrait */
    body{
        font-size:2.5em;
    }
}




