@charset "UTF-8";
html {
	height: 100%;
	overflow:hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
}
body {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-top: 1px transparent solid;
	margin-top: -1px;
	position:relative;
}
img#background {
	height: 100%;
	width: 100%;
	position:absolute;
	color: white;
}
#overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	margin:0px;
	padding: 0px;
}
ul {
	list-style-type: none;
	margin:0px;
	padding: 0px;
}
#name {
	font-size: 40px;
	color: #000000;
	letter-spacing: -1pt;
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: auto;
	top: 3%;
	right: 2%;
}
