@font-face {
    font-family: "Infinity";
    src: url('Infinity.ttf');
}
@font-face {
    font-family: "Infinity_IE";
    src: url('Infinity.eot');
}
/*================================================================*/
/*================================================================*/
html
{
	height: 100%;
}

body
{
	height: 100%;
	margin:0;
	padding:0;
	background: url(../img/001.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	font-family: Helvetica, sans-serif;
	
	overflow: hidden;
}


.beta {
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;

	font-size: .7em;

	color: #fff;
}

