html, body {
	height: 100%;
	background-color: #000000;
}
body {
	padding: 0;
	margin: 0;
	background: #000000 url(images/background_gray.jpg) no-repeat center top;
	width: 100%;
	height: 100%;
	display: table;
}
p { 
	margin-top: .9em;
}

a {
	font-family: Helvetica;
	font-size: 12px;
	color: #f05c08;
	text-decoration: none;
}

td {
	font-family: Helvetica;
	font-size: 12px;
	color: #1b1b1b;
}

.main {	
	padding-left: 24px;
	padding-top: 92px;
}

.warning {
	font-family: Helvetica;
	font-size: 21px;
	color: #181818;
	font-weight: bold;
}

#fullheight{height:100%}





