@charset "utf-8";
/* CSS Document */

.game_background {
	background-image: url(../images/tilttolive/TILT_TO_LIVE_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #7DB321;
}

.spike_shield {
	background-image: url(../images/tilttolive/spike_shield.png);
	height: 197px;
	width: 286px;
	position: absolute;
	left: -170px;
	top: 60px;
	z-index: 999;
}


.tilt_sidebar {
	border: 1px solid #FFFFFF;
	float: right;
	width: 145px;
	margin-right: 10px;
	background-color: #333333;
	position: relative;
	z-index: 1020;
}

.spike_pickup {
	background-image: url(../images/tilttolive/spike.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 5px 0 5px 42px;
	margin: 0px;
	font-weight: bold;
}
.vortex_pickup {
	background-image: url(../images/tilttolive/vortex.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 5px 0 5px 42px;
	margin: 0px;
	font-weight: bold;
}
.cluster_pickup {
	background-image: url(../images/tilttolive/cluster.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 5px 0 5px 42px;
	margin: 0px;
	font-weight: bold;
}
.empty_pickup {
	padding: 5px 0 5px 42px;
	font-weight: bold;
	background-image: url(../images/tilttolive/empty.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
