html{
    height:100%;
}
body{
    height:100%;
    margin:0px;
    padding:0px;
    background-image:url(../img/map-bg.jpg);
    background-position: top center;
    font-family:Helvetica, Arial, sans-serif;
    color:#0e567b;
}

.header{
    width:100%;
    text-align:center;
}

#startup{
    width:900px;
    margin:0px auto 0px auto;
}

#startup h1{
    font-size:35px;
    margin:5px 0 20px 0;
    text-align:center;
    font-weight:normal;
}

#startup form{
    width:545px;
    margin:30px auto 0 auto;
    /*background-color:#090909;
    border:1px solid #b70c0c;
    padding:20px;*/
    text-align:center;
}

#startup form label{
    font-size:20px;
}

#startup form .sublabel{
    font-size:14px;
}

#startup form .submitbtn{
    width:196px;
    height:94px;
    background-image:url(../img/playbtnstates.jpg);
    border:none;
    cursor:pointer;
    background-position: 0 0px;
}
#startup form .submitbtn:hover{
    background-position: 0 -94px;
}

#instructions{
    font-size:16px;
    font-weight:bold;
    color:#FFFFFF;
    text-align:center;
}

#timer{
    position:absolute;
    z-index:200;
    top:80px;
    left:300px;
    background-color:#000000;
    border:1px solid white;
    color:red;
    width:150px;
    padding:10px;
}

.footer p{
    text-align:center;
    width:500px;
    margin: 15px auto 0 auto;
}

#difficulty{
    margin:10px 0 30px 0;
}

#address{
    display:block;
    font-size:30px;
    padding:5px;
    width:100%;
}

#play{
    position:relative;
    width:700px;
    margin:0 auto 0 auto;
    display:none;
}

#view{
   width:700px;
    height:500px;
    position:relative;
}

#blood{
    width:700px;
    height:500px;
    background-color:#b30808;
    position:absolute;
    top:72px;
    left:0px;
    z-index:400;
    text-align:center;
    display:none;
    opacity:.5;
}

#gameover{
    width:700px;
    height:500px;
    background-color:#b30808;
    position:absolute;
    top:72px;
    left:0px;
    z-index:500;
    text-align:center;
    display:none;
}

#gameover img{
    margin:50px 0 0 0;
}

#gameover .playagain{
    background-image:url(../img/playagain.jpg);
    border:none;
    background-position:0px 0px;
    width:441px;
    height:151px;
    cursor:pointer;
}

#gameover .playagain:hover{
    background-position:0px -151px;
}

#gameover p{
    color:#FFFFFF;
    font-size:25px;
    margin:5px 0 5px 0px;
}

#map{
    display:none;
    position:absolute;
    width:200px;
    height:200px;
    top:0px;
    right:0px;
    z-index:300;
}
#blocker{
    width:170px;
    height:170px;
    /*background-color:red;
    opacity:.5;*/
    position:absolute;
    top:0px;
    right:0px;
    z-index:400;
}

#wrap{
    margin:0 0 30px 0;
}

#street{
    width:100%;
    height:100%;
    display:none;
    
}
#error{
    background-color:#b30808;
    color:#FFFFFF;
    border:1px solid yellow;
    width:400px;
    padding:30px;
    margin:0 auto 0 auto;
    display:none;
}

#error h2{
    font-size:30px;
    font-weight:normal;
    margin: 0 0 20px 0;
}

#error p{
    font-size:17px;
}

#smallerror{
    background-color:#b30808;
    color:#FFFFFF;
    border:1px solid yellow;
    width:400px;
    padding:10px;
    margin:0 auto 0 auto;
    display:none;
}

.watchout{
    background-color:#b30808;
    color:#FFFFFF;
    border:1px solid yellow;
    padding:10px;
}

a:link{
    color:#FFFFFF;
}
a:hover{
    color:#b30808;
}
