@font-face {
    font-family: BebasNeue;
    src: url(fonts/Munstar-Regular.otf);
}
html, body{
	color: #FFF;
	font-family: BebasNeue;
	font-size: xx-large;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
body{ 
    /* The image used */
    background-image: url("Acceler8.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#title{
	font-size: 100px;
	margin: 25% auto 0px auto;
	text-align: center;
}