html {
    overflow-y: scroll;
}

body {
  background-color: #E87B01;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: large;
  color: #000000;
}

a {
  cursor: pointer;
  outline: none;
}
a:link { color: green; text-decoration: none;}
a:visited { color: green; text-decoration: none;}
a:hover { color: blue; text-decoration: none;}

h2 {
color: green;
}

h3 {
color: green;
}

#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
        z-index: 0;

}
#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}

#main {
  position: relative;
  width: 780px;
  margin: auto;
  z-index: 1;
}

#banner1 {
  position: absolute;
  left: +0px;
  top: +0px;
  width: 780px;
  height: 300px;
  background: url('images/sendiks_header.jpg');
}

#blackcap {
  position: absolute;
  left: 0px;
  top: 310px;
  width: 780px;
  height: 14px;
  background: url('images/orange_cap.png');
}

#titlebar {
  position: absolute;
  left: 0px;
  top: 305px;
  width: 780px;
  background-color: #E87B01;
  z-index: 999;
}

#titletext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: center;
  color: #ffffff;
}

#blackfoot {
  position: absolute;
  left: 0px;
  top: 342px;
  width: 780px;
  height: 14px;
  background: url('images/orange_foot.png');
}

#whitecap {
  position: absolute;
  left: 0px;
  top: 336px;
  width: 780px;
  height: 14px;
  background: url('images/white_cap.png');
}

#addressbar {
  position: relative;
  left: -40px;
  width: 780px;
  height: 51px;
}

#whitefoot {
  position: absolute;
  left: 0px;
  width: 780px;
  height: 14px;
  background: url('images/white_foot.png');
}

#credits {
  position: absolute;
  width: 780px;
  margin:40px 0px 0px 0px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  color:#fff;
  padding:0px 0px 35px 0px;
}

.footer a:link { color: white; text-decoration: none;}
.footer a:visited { color: white; text-decoration: none;}
.footer a:hover { color: yellow; text-decoration: none;}

#contentholder {
  position: absolute;
  left: 0px;
  top: 350px;
  width: 780px;
  background-color: #ffffff;
}
  
#content {
  position: relative;
  left: 0px;
  margin:0px 0px 10px 40px;
  width: 700px;
}

#picture {
  position: relative;
  left: 0px;
  margin:0px 0px 10px 400px;
}

img.floatleft { 
    float: left;
}
img.floatright { 
    float: right;
}
img.floatcenter { 
    float: center;
}
img.floatleftpad { 
    float: left;
    padding:10px 20px 10px 0px;
}
img.floatrightpad { 
    float: right;
    padding:0px 0px 10px 20px;
}
img.floatcenterpad { 
    float: center;
    padding:0px 10px 10px 10px;
}

a img, img 			{ border: none; }

#next {
  position: absolute;
  left: 600px;
  top: 740px;
}

#previous {
  position: absolute;
  left: 15px;
  top: 740px;
}

