@import url(clear.css);
@import url(blocks.header.css);
@import url(blocks.board.css);
@import url(blocks.card.css);
@import url(blocks.popup.css);
@import url(blocks.footer.css);

body { background: #6c757d; color: #fff; font: normal 81% Arial, Helvetica, sans-serif; }
a { color: #ffae00; text-decoration: underline; }
a:hover { color: #f80000; text-decoration: underline; }

.bg-1 { background: url(../images/structure/bg_top.gif) 0 0 repeat-x; min-width: 996px; margin-bottom:-30px }
.bg-2 { background: url(../images/structure/bg_bot.gif) 0 100% repeat-x; }
.bg-3 { background: url(../images/structure/koi.jpg) 437px 1px no-repeat; }
.bg-4 { background: url(../images/structure/koi2.jpg) 100% 100% no-repeat; }

.content { margin: 0 /*270px*/230px 0 44px; }
