@import url(https://fonts.googleapis.com/css?family=Advent+Pro:100);
@font-face {
    src: url("http://someone.neocities.org/Kraftwerk%20Computerworld.ttf");
}
html { 
	background: url("") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

table{
	padding-top: 25px;
}

#Grimore{
    font-family:'GL-Grimoire-MinKey';
    font-size:80px;
}

#linksdiv{
  font-family: 'Advent Pro', sans-serif;
  font-size:30px;
	position: absolute;
	top: 10%;
	left: 15%;
	width: 350px;
	height: 500px;
	text-align: center;

}

table{
	table-layout: fixed;
	width:100%;
	height:100%;
}

a, a:visited, a:active{
    text-decoration: none;
    color:#000000;

}

a:hover{
    text-decoration: none;
    color:#454545;	
}