/**
* Custom Stylesheet for blackyoto.com
* @author t.luschmann <t.luschmann@aether.tv>
*/

html {
    height: 100%;
   	background-color:#000;
}

a, a:hover, a:focus {
text-decoration:none;
color:#fff;
}

body {
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    min-height: 100%;
    position: relative;
    margin: 0;
}

.centered {
    width: 350px;
    max-width: 85%;
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
}

.centered h3 {
    padding-top: 20px;
    color: #fff;
}

img.center-logo, img.footer-logo {
	max-width:100%;
}

footer {
    width: 50px;
    position: fixed;
    right: 2%;
    bottom: 2%;
    text-align:right;
  }


