@font-face {
    font-family: 'Webdings';
    src: url('fonts/webdings.eot');
    src: url('fonts/webdings.eot?#iefix') format('embedded-opentype'),
    url('fonts/webdings.woff') format('woff'),
    url('fonts/webdings.ttf') format('truetype'),
    url('fonts/webdings.svg#webdings') format('svg');
    font-weight: normal;
    font-style: normal;
}
body,html,div,p,h1,h2,h3,h4,h5,h6,header,footer,span,ul,ol,li,td,tr,th,table,textarea,input,select{
    border: none;
    margin: 0;
    padding: 0;
    font-family: 'verdana',sans-serif;
    font-weight: inherit;
    font-style: inherit;
    line-height: 100%;
    font-size:inherit;
}
body, html{
    font-size: 10px;
    height:100%;
    width:100%;
    overflow: hidden;
    cursor: crosshair;
}
::-moz-selection{
    background: #f33;
    color:#fff;
}
::-webkit-selection{
    background: #f33;
    color:#fff;
}
header{
    width:200px;
    height:200px;
    position:absolute;
    text-align: center;
    cursor:pointer;
    left:0;
    top:0;
    margin: auto;
}
header div{
    height:200px;
    width:200px;
    position: absolute;
    color:#367;
    font-family: 'Webdings';
    font-size: 30px;
}
header h1{
    font-size: 40px;
    line-height: 66px;
    word-spacing: 40px;
    color:#fff;
    position:absolute;
}
#web-{
    background-image:url('web.svg');
}
#-on-canvas{
    background-image:url('canvas.svg');
}
header:hover h1{
    color:#000;
    background: #f33;
    text-decoration: underline;
    text-decoration-color: #f33;
}
header:hover{
    background: #f33;
}
header:hover *{
    position: relative;
}
header:hover #-on-canvas{
    background-color: #fff;
}
canvas{
    position: absolute;
    width:100%;
    height:100%;
    background: #fff;
}
footer{
    position: absolute;
    top:100%;
}