html, body {
	border: 0!important;
	margin: 0!important;
	padding: 0!important;
	height: 100%;
	font: 1.0em/1.3em "Trebuchet MS", Tahoma, Verdana;
	background-color: white;
	overflow: hidden;
}

* {
	border: 0!important;
	margin: 0!important;
	padding: 0!important;
}

.r1 {
	display: table;
	height: 100%;
	width: 100%;
	#position: relative;
	overflow: hidden;
}

.r2 {
	#position: absolute;
	#top: 50%;
	#left: 50%;
	display: table-cell;
	vertical-align: middle;
}

.r3 {
	#position: relative;
	#top: -50%;
	#left: -50%;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: black;
}

