@charset "utf-8";


#AirtimeBack {
	background-image: url(../media/airtime/airtime-mtn-bg.JPG);
	background-repeat: no-repeat;
	clear: both;
	height: 562px;
	width: 940px;
	margin: 0px 0px 10px 0px;
	padding-top: 50px;
	position: relative;
	z-index: 9;
}
#AirtimeBtmLayer{
	width: 940px;
	height: 100px;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 10;
	top: -145px;
	background-image: url(../media/airtime/snowlayer-btm.png);
	background-repeat: no-repeat;
}
#AirtimeTV{
	width: 658px;
	height: 517px;
	background-image: url(../media/airtime/tv.png);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	position: relative;
	top: 0px;
	z-index: 11;
}
#AirtimeMidLayer{
	width: 940px;
	height: 100px;
	margin: 0px auto 0px auto;
	position: relative;
	top: -180px;
	z-index: 12;
	background-image: url(../media/airtime/snowlayer-mid.png);
	background-repeat: no-repeat;
}
#AirtimeTopLayer{
	width: 940px;
	height: 150px;
	margin: 0px auto 0px auto;
	position: relative;
	top: -305px;
	z-index: 13;
	background-image: url(../media/airtime/snowlayer-top.png);
	background-repeat: no-repeat;
}

#Player{
	width: 430px;
	height: 405px;
	background-color: #000;
	position: relative;
	z-index: 15;
	top: 30px;
	left: 40px;
	text-align: center;
}
