html {
overflow: auto;
}
body {
  background-color: #000000;
  font-family:Arial, Helvetica, sans-serif;
}

a:hover {
background-color:inherit;
color:#000;
text-decoration:underline;
}

a:link {
background-color:inherit;
color:#557BC1;
}

a:visited {
background-color:inherit;
color:#355B71;
}

#kiosk_container {
  width: 1240px;
  height: 735px;
  margin: auto;
  background-image: url("images/kiosk_SE_front.jpg");
}
#kiosk_header, #kiosk_sub_header {
  height: 165px;
  /*border: 1px solid red;*/
}
#kiosk_left {
  width: 600px;
  height: 500px;
  /*border: 1px solid yellow;*/
  padding: 5px;
  margin-left: 5px;
  float: left;
  background-color: white;
  filter: alpha(opacity=90);
  opacity: .9;
  overflow: hidden;
}
#kiosk_right {
  /* WARNING: If you change width, height or padding you may need to adjust elsewhere*/
  width: 600px;
  height: 500px;
  padding: 5px;
  margin-left: 625px;
  background-color: white;
  filter: alpha(opacity=90);
  opacity: .9;
}
#kiosk_wide {
  height: 500px;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: white;
  filter: alpha(opacity=90);
  opacity: .9;
}

#kiosk_footer {
  margin-top: 10px;
  height: 60px;
  /*border: 1px solid green;*/
  /*background: url('images/goldbar.png');*/
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
#kiosk_footer img { float: left; border:none;}
#kiosk_gold {
  margin-top: 105px;
  height: 55px;
  width: 600px;
  float: right;
  /*border: 1px solid green;*/
  background: url('images/goldbar_small.png');
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
#kiosk_sub_nav {
  margin-top: 125px;
  margin-right: 5px;
  height: 30px;
  float: right;
  background-image:none;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border: 2px solid #d0d0d0;
  filter: alpha(opacity=90);
  opacity: .9;
  background-color: white;  
}


.style1 {
  color: #FFCC00;
  font-weight: bold;
}

