@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; }

body { background-color: #0953a1; }

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 4pt; line-height: 4px; }

#main { width: 1000px; position: relative; margin: 0px auto; background-color: #fff; z-index: 100; }

.block-left { width: 130px; height: 616px; left: -130px; top: 0px; position: absolute; background: url("/images/bl-left.jpg") no-repeat; }
.block-right { width: 130px; height: 616px; right: -130px; top: 0px; position: absolute; background: url("/images/bl-right.jpg") no-repeat; }

.foot-left { width: 130px; height: 65px; left: -130px; bottom: 0px; position: absolute; background: url("/images/ft-left.gif") no-repeat; }
.foot-right { width: 130px; height: 65px; right: -130px; bottom: 0px; position: absolute; background: url("/images/ft-right.gif") no-repeat; }

.foot-left-type { width: 130px; height: 65px; left: -130px; bottom: 0px; position: absolute; background: url("/images/ft-left.gif") no-repeat; }
.foot-right-type { width: 130px; height: 65px; right: -130px; bottom: 0px; position: absolute; background: url("/images/ft-right.gif") no-repeat; }

*html .foot-left-type { width: 130px; height: 65px; left: -130px; bottom: -1px; position: absolute; background: url("/images/ft-left.gif") no-repeat; }
*html .foot-right-type { width: 130px; height: 65px; right: -130px; bottom: -1px; position: absolute; background: url("/images/ft-right.gif") no-repeat; }

.ch-left { width: 130px; height: 597px; left: -130px; top: 0px; position: absolute; background: url("/images/ch-left.jpg") no-repeat; }
.ch-right { width: 130px; height: 597px; right: -130px; top: 0px; position: absolute; background: url("/images/ch-right.jpg") no-repeat; }