/************************* Landing Page **********************/
#landing-page {
	position:absolute;
	top:0;
	z-index:1;
	width:100%;
	height:1000px;
	background:#31190c;
}

#landing-page table {
	background: #31190c;
}

#landing-page td img {display: block;}.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
}
#landing-page .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #31190c;
	background-color: #FFF;
}


