/* Holding Page CSS for Design:Bias*/

html, body  {
	height: 100%;
	margin: 0;
	padding: 0;	
	background-color: #000000;
	background-image: url(gradient.png);
	background-repeat:repeat-x;
}

/*Text Defaults*/
body, a, p, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial;
}

img {
	border: 0px;
}

/* Actions*/
:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

div.footer {
	position: absolute;
	bottom: 1px;
	left: 4px;	
	text-align: left;
	font-size: 10px;
	color: #272727;
}

div.footer  a {
	text-decoration: none;
	font-size: 11px;
	color: #272727;
}

div.footer a:hover {	
	position: relative;
	top: 0px;
	color: #E85C1E;
}

div.footer span.copy {
	font-size: 11px;
	color: #272727;
}

table.holding {	
	position: relative;
	margin: auto;
	top: 23%; /*Adjust this according to size of image*/
	border: 0px;
	border-spacing: 0;
}

table.holding td {
	text-align: center;
	padding: 15px;
}
