*{

  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  scrollbar-arrow-color:#C0C0C0;
  scrollbar-3dlight-color:#000000;
  scrollbar-base-color:#fcc800;
  scrollbar-shadow-color:#000000;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-track-color:#fcc800;
  margin:0px;
  padding:0px;
}
BODY{
  font-family:Verdana;
  font-size:85%;
  background:#000000;
}
A{
  color:#fcc800;
}
A:HOVER{
  text-decoration:line-through;
}
#title{
  height:80%;
  background:white url(top.gif) no-repeat 100% 0%;
  padding:30px 30px 0px 10px;
  text-align:left;
}
#title H1{
  font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:90px;
  line-height:1em;
}
#title A{
  color:#000000;
}
#title T{
  font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:30px;
  line-height:1em;
}
#copy{
  padding:10px 0px 0px 0px;
}
#menu{
  width:100%;
  text-align:right;
  line-height:29px;
}
#menu LI{
  display:inline;
  list-style:none;
  font-family:"Century Gothic";
  font-size:39px;
}
#menu A{
  color:#fcc800;
  text-decoration:none;
}
#menu A:HOVER{
  color:#ffffff;
}
#page{
  background:#fcc800 url(back.gif) no-repeat -90px -90px;
  padding:0px 0px 0px 210px;
}
H2{
  height:130px;
  padding:30px 30px 0px 300px;
  text-align:right;
  font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:60px;
  line-height:1em;
}
#note{
background-attachment:fixed;
background-image : url(top.png);
background-repeat:repeat-y;
background-position:100% 0%;
  color:#dcd3b2;
  padding:30px;
  line-height:1.5em;
  border:3px double #fcc800;
  border-right:none;
}
