html,body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}
table {
	height: 100%;
	width: 100%;
	border: 0;
	text-align: center;
}


div.container {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}

div.main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #232323;
	text-align: left;
	z-index: 10;
}
a{text-decoration:none;color:#999999
}
a:hover{text-decoration:none;color:#333333}

