* {
padding:0px;margin:0px;
}
html {
height: 100%;
}
body {
min-height: 100%;
}
#fps_counter {
font-family:Verdana,Geneva,"DejaVu Sans",sans-serif;
position:absolute;
top:0px;
left:0px;
color:#777;
opacity:0.6;
width:100px;
height:60px;
line-height:60px;
text-align:center;
font-weight:bold;
}
canvas {
width:100%;
height:100%;
}

html {
height: 100%;
}
body {
min-height: 100%;
background-color:#FFF;
background-image: url(bg3.jpg);
background-position: 0x 0px;
background-repeat: no-repeat;
background-size: 100% 100%;
overflow:hidden;
padding:0px;
margin:0px;
}

.blur {
/*
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
-o-filter: blur(10px);
-ms-filter: blur(10px);
filter: blur(10px);
*/

filter: url(#blur-effect-1);

width:102%;
height:100%;
padding:1% 0% 1% 0%;
position:absolute;
left:-1%;
}
svg {
display:none;
}
