/* HTML */

@font-face {
   font-family: 'forma_font';
   src: url(../font/forma_font.eot);
   src: local('forma_font'), url('../font/forma_font.ttf') format('truetype');
}
html, body {
	color:#FFF;
	margin:0;
	padding:0;
	font-family:forma_font;
	height:100%;
	background:#575757;
	font-size:26px;
}

