@font-face {
    font-family:'travelingtypewriter';
    src: url('../General/travelingtypewriter-webfont.woff')  format('truetype');
    font-weight:400;
}
body {
	margin: 0;
	//font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-family: travelingtypewriter, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	//background-color: #eee;
        background: url("http://personales.upv.es/rmullor/General/kraft2.jpg");
}