	
	@font-face {
	font-family: 'GraublauWebRegular';
	src: url('GraublauWeb.eot');
	src: local('Graublau Web Regular'), local('GraublauWeb-Regular'), url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype'), url('GraublauWeb.svg#GraublauWeb-Regular') format('svg');
}

	body {
		background-color: black;
		font-family: 'GraublauWebRegular', sans-serif;
	}

	#image {
		z-index: -10;
		background-repeat: no-repeat;
		position: absolute;
		right: 0px;
		bottom: 0px;
		background-position: right bottom;
		background-image: url(bg.jpg);
		height: 1000%;
		width: 1024%;
	}

	#info {
		color: white;
		font-size: 40px;
		margin-left: 40px;
		margin-top: 40px;
		height: 300px;
		width: 400px;
	}

	#links {
		color: #eeeeee;
		font-size: 14px;
	}

	#links a {
		color: #f3f3f3;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
	}

	#links a:hover {
		color: #00a80c;
	}
