canvas {
	-webkit-box-shadow: 5px 5px 5px #828282;
	-moz-box-shadow:    5px 5px 5px #828282;
	box-shadow:         5px 5px 5px #828282;
	border:             2px solid #122336;
}

#gameCanvas {
	background-color: #090D1B;
}

span {
	color:    white;
	position: absolute;
}

#levelSpan {
	top:     10px;
	left:    15px;
	display: none;
}

#scoreSpan {
	top:     30px;
	left:    15px;
	display: none;
}

#cashSpan {
	top:     10px;
	left:    720px;
	display: none;
}

#exitShopSpan {
	top:     400px;
	left:    330px;
	display: none;
}

#buyBonus1 {
	width:    260px;
	position: absolute;
	top:      100px;
	left:     120px;
	display:  none;
}

#buyBonus2 {
	width:    260px;
	position: absolute;
	top:      160px;
	left:     120px;
	display:  none;
}

#buyBonus3 {
	width:    260px;
	position: absolute;
	top:      220px;
	left:     120px;
	display:  none;
}

#buyBonus4 {
	width:    260px;
	position: absolute;
	top:      100px;
	left:     490px;
	display:  none;
}

#buyBonus5 {
	width:    260px;
	position: absolute;
	top:      160px;
	left:     490px;
	display:  none;
}

#helpMenu {
	position: absolute;
	color:    white;
	top:      390px;
	left:     10px;
	display:  block;
}

#controlSection {
	position: absolute;
	top:      10px;
	left:     820px;
}

button {
	width:            160px;
	background-color: #eaeaea;
	border:           2px solid #122336;
}

ul {
	list-style-type: none;
}

li {
	padding:     2px;
	font-weight: bold;
}

#splashScreen {
	background-color: #0E142A;
	opacity:          0.7;
	color:            white;
	font-weight:      bold;
	font-size:        16pt;
	text-align:       center;
	position:         absolute;
	top:              175px;
	height:           150px;
	width:            802px;
	display:          block;
}

#splashScreen button {
	border:           2px solid black;
	background-color: #eaeaea;
}

#credit {
	position: absolute;
	top:      12px;
	left:     25px;
	display:  block;
}

#gameOver {
	background-color: #0E142A;
	opacity:          0.7;
	color:            white;
	font-weight:      bold;
	font-size:        16pt;
	position:         absolute;
	text-align:       center;
	top:              220px;
	width:            802px;
	padding-top:      10px;
	padding-bottom:   10px;
	display:          none;
}

#gameOver button {
	border:           2px solid black;
	background-color: #eaeaea;
}

#controlSection button:hover {
	background-color: lightcoral;
}