/**
* c.css
*
* @save-up: [../js/td.js, ../td.html]
*
* last update: 2010-11-22 10:50:50
*/

@font-face {
font-family: "Essays 1743";
font-weight: normal;
font-style: normal;
font-variant: normal;
src: url("fonts/essays1743-min.eot");
src: local("Essays 1743"), url("fonts/essays1743-min.ttf");
}
@font-face {
font-family: "Courier New";
font-weight: normal;
font-style: normal;
font-variant: normal;
font-size: 16px;
/*src: url("fonts/essays1743-min.eot");*/
src: local("Courier New"), url("fonts/cour.ttf");
}
html, body {
margin: 0;
padding: 0;
font-size: 12px;
line-height: 20px;
background: #f5f5f5;
font-family: Verdana, "Times New Roman", serif;
}
h1 {
padding: 0;
margin: 0;
line-height: 48px;
font-size: 18px;
font-weight: bold;
font-family: "Essays 1743", Verdana, "Times New Roman", serif;
letter-spacing: 0.12em;
}

#wrapper {
margin: 0 auto;
padding: 8px 24px;
}
#td-board {
display: none;
}
#td-board canvas#td-canvas {
position: relative;
background: #fff;
border: solid 2px #ccc;
}
#td-loading {
font-size: 18px;
line-height: 48px;
padding: 60px 0 120px 0;
font-style: italic;
}
#about {
}
