html,body{height:100%;}


/* Tables */
table {
	border-collapse: collapse;
	border: 0px;
	width:100%;
}
table td {
	padding: 0px;
	vertical-align: top;
}


/* Position */
.c { text-align: center !important; }


/* Landing */
#landing .reg-link {
	/*background-color: #D1381E;*/
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	position:relative;
	height: 77px !important;
	font: 30px/30px 'DejaVuSansExtraLight',Tahoma,Arial,sans-serif !important;
	display:block;
	font-weight:bold;
	box-shadow: 0 0 7px rgba(0,0,0,0.7);
	margin: 10px auto;
	border-radius: 6px;
	width: 408px !important;
	background: url('/style/img/lp16.jpg') no-repeat top center !important;
	
}
#landing .reg-link:hover {
	background: url('/style/img/lp16_h.jpg') no-repeat center center !important;
	box-shadow: 0 0 25px -1px #ff0600;
	-moz-box-shadow: 0 0 25px -1px #ff0600;
	-webkit-box-shadow: 0 0 25px -1px #ff0600;
	-o-box-shadow: 0 0 25px -1px #ff0600;
}


#landing .reg-link.green {
	background: url('/style/img/lp16_green.jpg') no-repeat top center !important;

}
#landing .reg-link.green:hover {
	box-shadow: 0 0 25px -1px #00ff00;
	-moz-box-shadow: 0 0 25px -1px #00ff00;
	-webkit-box-shadow: 0 0 25px -1px #00ff00;
	-o-box-shadow: 0 0 25px -1px #00ff00;
	background: url('/style/img/lp16_green_h.jpg') no-repeat top center !important;
	
}


#landing .reg-link.blue {	
	background: url('/style/img/lp16_blue.jpg') no-repeat top center !important;
}
#landing .reg-link.blue:hover {
	box-shadow: 0 0 25px -1px #2e7baf;
	-moz-box-shadow: 0 0 25px -1px #2e7baf;
	-webkit-box-shadow: 0 0 25px -1px #2e7baf;
	-o-box-shadow: 0 0 25px -1px #2e7baf;
	background: url('/style/img/lp16_blue_h.jpg') no-repeat top center !important;
	
}


#landing .reg-link.blue2 {	
	background: url('/style/img/lp16_blue2.jpg') no-repeat top center !important;
}
#landing .reg-link.blue2:hover {
	box-shadow: 0 0 25px -1px #6a64de;
	-moz-box-shadow: 0 0 25px -1px #6a64de;
	-webkit-box-shadow: 0 0 25px -1px #6a64de;
	-o-box-shadow: 0 0 25px -1px #6a64de;
	background: url('/style/img/lp16_blue2_h.jpg') no-repeat top center !important;
	
}


#landing .reg-link.blue3 {	
	background: url('/style/img/lp16_blue3.jpg') no-repeat top center !important;
}
#landing .reg-link.blue3:hover {
	box-shadow: 0 0 25px -1px #00b2d8;
	-moz-box-shadow: 0 0 25px -1px #00b2d8;
	-webkit-box-shadow: 0 0 25px -1px #00b2d8;
	-o-box-shadow: 0 0 25px -1px #00b2d8;
	background: url('/style/img/lp16_blue3_h.jpg') no-repeat top center !important;
	
}


#landing .reg-link.blue4 {	
	background: url('/style/img/lp16_blue4.jpg') no-repeat top center !important;
}
#landing .reg-link.blue4:hover {
	box-shadow: 0 0 25px -1px #0091d0;
	-moz-box-shadow: 0 0 25px -1px #0091d0;
	-webkit-box-shadow: 0 0 25px -1px #0091d0;
	-o-box-shadow: 0 0 25px -1px #0091d0;
	background: url('/style/img/lp16_blue4_h.jpg') no-repeat top center !important;
	
}


#landing .reg-link.brown {	
	box-shadow: none;
	background: url('/style/img/brown.png') no-repeat top center !important;
}
#landing .reg-link.brown:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	background: url('/style/img/brown.png') no-repeat top center !important;
	
}


#landing .reg-link.green-play {	
	height: 60px !important;
	box-shadow: none;
	background: url('/style/img/green_play.png') no-repeat top center !important;
}
#landing .reg-link.green-play:hover {
	height: 60px !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	background: url('/style/img/green_play.png') no-repeat top center !important;
	
}


.red-play {	
    width:360px;
	height:66px;
	background: url('/style/img/red_play.png') 0px 5px no-repeat;
}
.red-play:hover {
   background-position:0px -66px;
}


#landing .reg-link span {
	/*background-color: #D1381E;*/
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	position:relative;
	font: 30px/30px Helvetica,Arial,sans-serif !important;
	display: block;
	text-shadow: 2px 2px rgba(0,0,0, 0.8);
	/*border: 1px solid #6e6e6e !important;
	box-shadow: 0 0 7px #0b0a0a;*/
	padding: 20px 5px 5px !important;
}