@charset "utf-8";
/* CSS Document */


html{
height:100%;
min-height:100%;
}

body {
/*background:url(./billiards_pixabay_CC0license.jpg ) no-repeat center center fixed; */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/*background-position:center;*/
color:#fff;
min-height:100%;
background-color:#403f41;
font-size:13px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

a{
text-decoration:none;
color:#fff;
}


@font-face {
font-family: IMPACT;
src: url(./fonts/impact.ttf);
}
.Name {
/*font-family: "Piston Pressure";*/
font-family: "IMPACT";
text-transform: uppercase;
letter-spacing:2px;
color:#ee1d25;
font-size:3em;
}
.Name2 {
font-family: "IMPACT";
text-transform: uppercase;
/*font-weight: bold;*/
letter-spacing:2px;
line-height:1em;
font-size:1.2em;
}


h1{
Font-size:4em;
color:#ee1d25;	
}


.fb{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:200;
}