﻿body {
    margin:0px;
    padding:0px;
    background-color:#1598db;
    overflow:hidden;
}

#playGround {
    background-color: white;
    border: 1px solid black;
    width:100%;
    height:500px;
   
    
}
#survival {
    position:relative;
    background-image:url(../images/frodo.gif);
    width:120px;
    height:150px;
}

.obstacle {
    position:relative;
    width:150px;
    height:120px;
    background-image:url(../images/nazgul.gif);
    
}
#logo {
    background-image:url(../images/logo.png);
    width:300px;
    height:100px;
    float:left;
}

#results {
    width: 300px;
    height: 100px;
    margin-left: 400px;
    background-color: #FFF;
    border-radius: 4px;
    opacity: 0.8;
    font-size:24px;
    font-family:Helvetica;
}
    #results > p {
        
        text-align:center;
    }