body {
  margin: 0;
  padding: 0;
}

#body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  overflow: scroll;
}
#main {
  width: 600px;
  margin: 0 auto;
  font-family: Helvetica, sans serif;
  font-size: 87.5%;
  line-height: 1.5;
  text-align: justify;
 -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { margin-top:0; margin-bottom:0; }
h1 {
  font-size:1.66em; 
  padding: 1em 0 0 0; 
  text-align: center;
  letter-spacing: 0.33em;
  text-transform: uppercase;
}
h2 {
  font-size:1.33333em;
  padding:1em 0 0.33em 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25em;
}
h3 {
  font-size:1.16667em;
  padding: 1.5em 0 0 0;
}

h3 a:hover { text-decoration: none; }

p a {
  text-decoration: none;
  border-bottom: 1px solid #aaa;
  color: #000;
}
p a:hover {
  border-bottom: 1px solid #888;
}

footer {
  font-size: 0.75em;
  text-align: center;
  display: block;
  margin-bottom: 1em;
}
footer a {
  text-decoration: none;
  border-bottom: 1px dotted #000;
  color: #000;
}
footer a:hover {
  border-bottom: 2px solid #000;
}


.icon {
  text-align: center;
  width: 100px;
  line-height: 12px;
}
.iconlabel {
  font-size: 9px;
  font-family: Geneva, Chicago, Charcoal, Microsoft Sans Serif, Helvetica, sans serif;
  width: 100px;
  font-smooth: never;
 -webkit-font-smoothing: none;
  letter-spacing: 1pt;
}
.iconlabel a { text-decoration: none; color: #000; border: none; }
.iconlabel a img { border: none; }
.iconsection {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 4em;
}
.icon a img { border: none; }

#searchbox {
  text-align: center;
}

::-webkit-scrollbar {
  height: 14px;
  width: 14px;
}
::-webkit-scrollbar-track {
  background-image: url(./scroll/background.png);
  border: 1px solid #000;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
}
::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:decrement {
    display: none;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #aaa;
  background-image: url(./scroll/vthumb.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid #333366;
  border-right: 1px solid #333366;
  border-top: 1px solid #ccccff;
  border-left: 1px solid #ccccff;
}

::-webkit-scrollbar-button:vertical:start {
  background-image: url(./scroll/uparrow.png);
  border: 1px solid #000;
  border-bottom: none;
}
::-webkit-scrollbar-button:vertical:end {
  background-image: url(./scroll/downarrow.png);
  border: 1px solid #000;
  border-top: none;
}

::-webkit-scrollbar-thumb:horizontal {
  background-color: #aaa;
  background-image: url(./scroll/hthumb.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid #333366;
  border-right: 1px solid #333366;
  border-top: 1px solid #ccccff;
  border-left: 1px solid #ccccff;
}

::-webkit-scrollbar-button:horizontal:start {
  background-image: url(./scroll/leftarrow.png);
  border: 1px solid #000;
  border-right: none;
}
::-webkit-scrollbar-button:horizontal:end {
  background-image: url(./scroll/rightarrow.png);
  border: 1px solid #000;
  border-left: none;
}

::selection {
  background-color: #000;
  background-opacity: 0;
  color: #fff;
}