#topText {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:100000;
	background-color:gray;
	color:white;
	padding:10px;
	font-family:monospace;
	font-size:14px;
}
body {
	margin:0;
	height:100vh;
	background-image:url("brickwall2.png");
	background-repeat:repeat;
	overflow:hidden;
}
canvas {
	display:block;
	z-index:100000;
	position:absolute;
	width:800px;
	top:30px;
}
#main_page {
	width:801px;
	background-color:white;
	color:blue;
	height:501px;
}
#main_page_content {
	top:115px;
	left:115px;
	display:block;
	position:absolute;
	z-index:40;
}

.goal_image_row {
	width:810px;
}
#goals_header {
	/* Align image middle */
	position:relative;
	top: 15px;
}
h1 {
	font-family:'helvetica';
}
#main_page_start_button {
	width: 100px;
	height: 40px;
	position:relative;
	top:15px;
	left:50px;
}
#highscore_list_panel td {
	width:20px;
	color:gray;
	overflow:hidden;
}
.name {
	width:20px;
	overflow-x:hidden;
}
#text1 {
	margin-top:20px;
	margin-left:20px;
	width:300px;
}
#popup {
	width:200px;
	height:200px;
	position:fixed;
	z-index:100000;
	background-color:lightgray;
	top:200px;
	left:270px;
	display:none;
	padding:10px;
	border:3px solid gray;
}
#popup_content_panel {
	height:150px;
}
#popup_button_panel {
}
#popup_top_bar {
	margin-bottom:20px;
	margin-top:0px;
}
#cross {
  cursor:pointer;
}
