html { 
  background: #ffffff; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	background: #2c2c2c;
	font-size: 12px;
	margin: 0px;
	}
	
.container {
    width: 100%;
    height: 100%;
    margin: 20px auto 40px;
    clear: both;
}
	
.logo {
	height: 50%;
    width: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*text-align: center;*/
}
	
img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
}