/*this is an external style*/
body {
  background-color:#000000;
  /*background-image:url("setting2.jpg");
  background-size: 50%;
  background-position:top center;
  background-attachment: scroll;
  background-repeat:no-repeat;*/
  font-family: "Trebuchet MS";
  margin: 5px 0px 5px 0px;
  text-align:center;
  padding: 0%;
  /*
  a:link {color:#009900;}
  a:visited {color: #999999;}
  a:hover {color: #333333;}
  a:focus {color:#333333;}
  a:active {color:#009900;}*/
  cursor: url{"customcursor.cur"}, default;
}
#container{
  width: 800px;
  padding: 0;
  border: 0;
  background:rgb(70,87,79);
  color:rgb(245,254,163);
  z-index:0;
  position:relative;
  margin:auto;
}
p {margin: 0;}
#leftside{
  /*
  width:540px;
  position:relative; right:-10px; top:0;
  border-top:0;
  background:rgb(245,254,163);
  overflow: auto;
  min-height:300;
  */
  border:5px none;
  color:rgb(245,254,163);
  z-index:1;
  font-size:small;
  min-height:300px;
  display:inline;
}
#rightside{
  /*
  overflow:auto;
  position:relative; right:-590px; top:-311;
  border: 1px dotted rgb(70,87,79);  border-top:0;
  background:rgb(245,254,163);
  min-height:300;
  width:180px;
  */ 
  border:5px none;
  color:rgb(245,254,163);
  z-index:1;
  text-align:center;
  min-height:300px;
  width:600px;
}
#link{
   width:auto;
   /*border: 1px dotted rgb(245,254,163);*/
   color:rgb(245,254,163);
   border-left:0;
   border-right:0;
   padding-left:5px;padding-right:5px;
   background-image:url("bar.png");
   background-size:100%;
   background-position:top left;
   height:24px;
}
#link a:link {color:rgb(114,167,201);text-decoration:none;}
#link a:visited {color:rgb(114,167,201);text-decoration:none;}
#link a:hover {color:rgb(105,187,198);text-decoration:none;}
#link a:focus {color:rgb(105,187,198);text-decoration:none;}
#link a:active {color:#009900;text-decoration:none;}

#iW {text-size:small;
 border: 1px dotted rgb(245,254,163);
   color:rgb(245,254,163);
   background:rgb(70,87,79);
   border-left:0;
   border-right:0;position:absolute;display:inline;
}



