@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
	margin:0;
}

body {
	margin:0;
	width:100%;
	height:100%;
	background-image:url(/images/background.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#000;
}

#wrapper {
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	padding-top:100px;
}

a {
	font-size: 0px;
}
a:link {
	text-decoration: none;
	border:none;
	border-style: none;
}
a:visited {
	text-decoration: none;
	border:none;
	border-style: none;
}
a:hover {
	text-decoration: none;
	border:none;
	border-style: none;
}
a:active {
	text-decoration: none;
	border:hidden;
	border-style: none;
}