@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	outline: none;
}

html, body{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
}

body{
	font-family: Verdana, Geneva, sans-serif;
}

#backgroundImage{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	left: 50%;
	border: none;
}

#introLogo{
	position: absolute;
	top: 50px;
	left: 50%;
	width: 277px;
	height: 172px;
	margin-left: -90px;
	border: none;
}

#gaVerderBtn{
	position: absolute;
	top: 175px;
	left: 50%;
	width: 150px;
	height: 24px;
	margin-left: -78px;
	border: none;
}

#oldskoolBtn{
	position: absolute;
	bottom: 20px;
	right: 50px;
	width: 150px;
	height: 78px;
	border: none;
}
