* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	height: 100%;
	text-align:center;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0px;
	border: none;
}
img{
	border:none;
	display:inline-block;
	vertical-align: bottom;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #830304;
	margin: 0px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	margin: 0px;
}
a{
	color: #cccccc;
	text-decoration: none;
}
#wrapper {
	background-image: url('/images/under_construction.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width:100vw;
	height:100vh;
}
