body {
    font-family : Arial, sans-serif;
  }


a:link, a:active, a:visited {
    color:blue;
  }

a,img{
	border:none;
}


#advertisement {
    position:relative;
    float:left;
    width:300px;
    height:440px;
    border-right:dashed 1px gray;
  }


#answers,#advertisement,#main {
    text-align:center;
  }

#answers,#advertisement{
	display:inline;
}

#answers{

	float:right;

}


#hud {
    width:500px;
    border:solid 1px black;
    position:relative;
    padding:8px;
    margin-bottom:10px;
    text-align:center;
  }


#main {
	width:750px;
  }


#rightwrong {
    font-weight:bold;
    float:left;
  }


#bars{
	position:relative;
}

#bar {
    margin-top:10px;
    width:100%;
    height:15px;
    border:1px solid gray;
    margin-bottom:0px;
  }


#distancebar {
    width:0px;
    height:14px;
    border:1px solid red;
    background:red;
    position:absolute;
    top:0px;
    margin-top:0px;
    left:0px;
  }


#finished {
    text-align:right;
    font-size:12px;
  }
