@import url(//necolas.github.io/normalize.css/2.1.0/normalize.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);

@font-face {
	font-family: "Papyrus";
	/* src: url('fonts/Papyrus.ttc') format("OpenType") */
	src: url('fonts/Papyrus.ttf') format("TrueType") /* Safari, Android, iOS */
	; 
	}

html,body{
	font-family:Roboto;font-size:16px;line-height:1.4;height:100%;margin:0;padding:0;
	
	color:black;
	background-color:#FE1E02;
	background-image:url(res/eriforfr_1680x1050.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;

	}
html {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
