 .container {
    width: 100%;
}

body{
	background:black;
}

#game {
    margin: auto;
    text-align: center;
}

.html5 {
    background: url('../img/html5.png');
    width: 64px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 10px;
}

.html5 span {
    display: none;
}

