#map {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 600px;
	height: 450px;
	background-image: url(../state-images/50state.gif);
}
.state {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 450px;
}
#red_state_header {
	position: absolute;
	top: 30px;
	left: 170px;
	width: 100px;
	height: 30px;
	color: red;
	font-weight: bold;
	font-size: 18px;
}
#battleground_header {
	position: absolute;
	top: 30px;
	left: 640px;
	width: 170px;
	height: 30px;
	font-weight: bold;
	font-size: 18px;
}
#blue_state_header {
	position: absolute;
	top: 30px;
	left: 420px;
	width: 100px;
	height: 30px;
	color: blue;
	font-weight: bold;
	font-size: 18px;
}
#right_panel {
	position: absolute;
	top: 70px;
	left: 610px;
}
.smallertext {
	font-size: 11px;
	font-family: Verdana;	
}
#feedback {

}
#popup {
	position: absolute;
	width: 200px;
	height: 170px;	
	background: #555555;
	color: white;
	font-size: 12px;
	font-family: Verdana;
	border: 3px groove gray;
	padding: 2px 2px 2px 2px;
}
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	font-family: Verdana;
	font-size: 17px;
}
#links {
	position: absolute;
	top: 2px;
	left: 5px;
	width: 100px;
	font-size: 13px;
}
#bottom {
	position: absolute;
	top: 510px;
	left: 75px;
	font-family: Verdana;
	font-size: 12px;
}