html{
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
body{
    background-image: url(img/bg.jpg);
    background-position: top;
    background-size: 110%;
    background-attachment: fixed;
	font-family:"Arial Narrow", Arial, sans-serif;
    color: #000;
    font-size: 20px;
}
.banner{
    width: 100%;
    text-align: center;
    height: 100px;
    background-image: url(img/title.png);
    background-repeat: no-repeat;
    background-position: center;
}
.main{
    width: 70%;
    margin-left: 15%;
    margin-top: 20px;
    height: 500px;
    text-align: center;
}
.imgcont{
    height: 150px;
    width: 150px;
    display: inline-block;
}
.main2{
    width: 80%;
    margin-left: 10%;
    /*background-color: rgba(255,255,255,0.8);*/
    padding-top: 1px;
    text-align: left;
}
h2{
    margin: 3px;
}
.scoreh3{
    margin-top: 40px;
    margin-left: 50px;
}
input{
    height: 30px;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
	font-family:"Arial Narrow", Arial, sans-serif;
    color: #2b2b3c;
    margin-bottom: 5px;
}
input[type="button"]{
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
.code{
    width: 70px;
}
table{
    width: 50%;
    margin-left: 25%;
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
}
td{
    background-color: #f2f2f2;
}
.gamearea{
    width: 90%;
    margin: 5%;
    border-bottom: 5px solid #000;
    height: 200px;
    position: relative;
    background-image: url(img/gamearea.png);
    background-position: 0px;
}
.dwarfcont{
    width: 10%;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.dwarfcont img{
    width: 120%;
}
.enemies{
    width: 95%;
    height: 200px;
    float: right;
    position: relative;
    overflow: hidden;
}
.enemies img{
    position: absolute;
    bottom: 0;
}