@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min);

/* Definition */

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {}

/* CSS */

body {
      background: url('filestation/background.jpg') no-repeat center center fixed;
     -webkit-background-size:cover;
     -moz-background-size:cover;
     -o-background-size:cover;
      background-size:cover;
     }

/* Loader */

#loader {
         position:absolute;
         left: 50%;
         top: 50%;
         z-index: 1;
         width: 120px;
         height: 120px;
         margin: -76px 0 0 -76px;
         border: 16px solid rgba(0, 0, 0, 0.5);
         border-radius: 50%;
         border-top: 16px solid #fffa32;
         animation: spin 2s linear infinite;
        -webkit-animation: spin 2s linear infinite;
        }

/* DIV */

#div {
      display: none;
      text-align: center;
     }

/* Animation */

.animate-bottom {
                 position: relative;
                -webkit-animation-name: animatebottom;
                -webkit-animation-duration: 1s;
                 animation-name: animatebottom;
                 animation-duration: 1s
                }

/* Verweise */

<!--
 A:link{color:#ffffff;text-decoration:none;}
 A:visited{color:#ffffff;text-decoration:none;}
 A:active{color:#ffffff;text-decoration:none;}
 A:hover{color:#ffffff;text-decoration:line-through;}
-->