/*#Score {
border: 3px solid black;
position: relative;
top: -420px;
left:	-350px;
}

/*#bar {
width: 50px;
height: 10px;
background-color: red;
position: relative;
top: 190px;
left: 225px; 
}

#ball {
width: 5px;
height: 5px;
background-color: blue;
position: relative;
top: 175px; 
left: 245px;
}
*/