html {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 300;
    min-height: 100%;
    min-width: 1070px;
    background-color: #fdce07;
}
html * {
    user-selectable: none;
    user-select: none;
    -moz-user-selectable: none;
    -moz-user-select: none;
    -webkit-user-selectable: none;
    -webkit-user-select: none;
}

body, td {
    padding: 0px;
    margin: 0px;
}

a {
}

a:hover {
}

h1, h2, h3, h4, h5 { margin: 0px; padding-left: 20px; padding-right: 20px; text-align: center; }

h1 { font-size: 52px; font-weight: 200;  padding-top: 20px; padding-bottom: 20px; }
h2 { font-size: 36px; font-weight: 100; padding-top: 15px; padding-bottom: 15px; }
h3 { font-size: 30px; font-weight: 100; padding-top: 10px; padding-bottom: 10px; }
h4 { font-size: 26px; font-weight: 100; padding-top: 10px; padding-bottom: 10px; }
h5 { font-size: 22px; font-weight: 100; padding-top: 10px; padding-bottom: 10px; }

.body .content .logo {
    display: block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/big-logo.png);
    margin: 0px auto;
}

.body .content .legend {
    display: block;
    width: 70%;
    margin: 0px auto;
    padding:1px;
}

.body .content .logo:after { display: block; content:''; padding-top: 99%; }

footer { isplay: block; position: relative; height: 100px; height: 98px; bottom: 0px; padding: 1px; text-align: center;left: 0px; right: 0px; }

footer a.soc-icon { margin-top: 30px; opacity: 0.8; }
footer a.soc-icon:hover { opacity: 1; }

a.soc-icon { display: inline-block; width: 48px; height: 48px; background-image: url(../images/soc-icons.png); }
a.soc-icon.icon-facebook { background-position: 0px -250px;  }
a.soc-icon.icon-soundcloud { background-position: -50px -250px; }
a.soc-icon.icon-twitter { background-position: -100px -250px; }
a.soc-icon.icon-vkontakte { background-position: -150px -250px; }
a.soc-icon.icon-linkedin { background-position: -200px -250px; }
a.soc-icon.icon-instagram { background-position: -250px -250px; }
a.soc-icon.icon-myspace { background-position: -300px -250px; }
a.soc-icon.icon-mixcloud { background-position: -350px -250px; }
a.soc-icon.icon-yourtube { background-position: -400px -250px; }

body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdce07+0,fdce07+51,fdff99+53,fdce07+55,fdce07+100 */
    background: #fdce07; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #fdce07 0%, #fdce07 51%, #fdff99 53%, #fdce07 55%, #fdce07 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #fdce07 0%,#fdce07 51%,#fdff99 53%,#fdce07 55%,#fdce07 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #fdce07 0%,#fdce07 51%,#fdff99 53%,#fdce07 55%,#fdce07 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdce07', endColorstr='#fdce07',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
    background-size: 1600% 1600%;
    -webkit-animation: abody 15s linear infinite;
    -moz-animation: abody 15s linear infinite;
    -o-animation: abody 15s linear infinite;
    animation: abody 15s linear infinite;
}
@-webkit-keyframes abody {
    0%{background-position:99% 100%}
    45%{background-position:99% 100%}
    50%{background-position:1% 0%}
    95%{background-position:1% 0%}
    100%{background-position:99% 100%}
}
@-moz-keyframes abody {
    0%{background-position:99% 100%}
    45%{background-position:99% 100%}
    50%{background-position:1% 0%}
    95%{background-position:1% 0%}
    100%{background-position:99% 100%}
}
@-o-keyframes abody {
    0%{background-position:99% 100%}
    45%{background-position:99% 100%}
    50%{background-position:1% 0%}
    95%{background-position:1% 0%}
    100%{background-position:99% 100%}
}
@keyframes abody {
    0%{background-position:99% 100%}
    45%{background-position:99% 100%}
    50%{background-position:1% 0%}
    95%{background-position:1% 0%}
    100%{background-position:99% 100%}
}