/* /activities/Peter's Brain Games/Top View/styles.css */

*:focus {outline: none;} /* prevents outline on clicked items */

body {font-family:arial,sans-serif; font-size:20px;
	background-color:#400;}
h2 {text-align:center; margin-top:20px; margin-bottom:-5px;
	font-family:Georgia,serif; font-style:italic; color:blue;}

#box {width:960px; height:850px; background-color:ivory; margin:0 auto;
	border:5px double blue; position:relative;}
#stars {text-align:center; margin-top:20px;}
#stars img {cursor:pointer; padding:10px;}
#best {text-align:center; font-size:24px;}
#start {position:absolute; left:438px; top:280px;}
.round_button {width:80px; height:110px; cursor:pointer;}
.round_button p {margin-top:0px; font-size:20px; text-align:center;}
#home {position:absolute; left:10px; top:10px;}
#back {position:absolute; left:60px; top:10px;}
#again {position:absolute; right:10px; top:10px;}

.disc {position:absolute; margin-left:5px;}
.lt {cursor:pointer;}
.rt {cursor:pointer;}

#watch {position:absolute; left:415px; top:220px;}
