/* General setup */


.gameDiv {
	position: absolute; 
	width: 320px; 
	height: 320px;
}

.game {
	position: absolute;
	width:650px;
	left: 120px;
	margin-bottom: 20px;
}


#rightSide { 
	left: 320px;
	border-left: 2px solid #2b3e50;
} 
	
img {
	position: absolute;
}
