@charset "UTF-8";

html {
	overflow:scroll;
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	z-index:0;
	margin: 0px;
	width: 100%;
	background-image: url(assets/gtbg.png);
	}
	
	
#h1 {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	top: 100px;
	width: 100%;
	color: #000000;
	font-size: 30px;
	height: 55px;
	background-color: #333333;
	font-weight: normal;
	letter-spacing: -0.1em;
	text-indent: 4em;
	z-index: 2;
	line-height: 1.5;
	}
	
#h2 {
	width: 400px;
	position: absolute;
	background-color: #000000;
	z-index: 1;
	height: 100%;
	left: 100px;
	text-align: left;
	padding-top: 160px;
	padding-left: 20px;
	}
	
#h3 {
	position: absolute;
	z-index: 1;
	zoom: 20%;
	width: 100%;
	height: 100%;
	}
	
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	line-height: 3.5em;
	letter-spacing: 0.3em;
	text-align: center;
	}
	
.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	line-height: 3.5em;
	letter-spacing: 0.3em;
	text-align: center;
	}

#text {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 30%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	left: 200px;
	}
