/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/bg-coming-soon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #666666;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */



/* ------------------------------------------------------- BG's ------------------------------------------------------- */



/* ------------------------------------------------------- DIV ------------------------------------------------------- */
#links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	text-decoration: none;
	position: relative;
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 850px;
	text-align: left;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	padding-top: 4px;
}
/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.transBG {
	background-image: url(../images/70percent-bg.png);
	background-repeat: repeat;
}
