

td.off {
background: #FFFFFF;
color: black;
font-family: verdana;
font-size: 12px;
}
td.on {
color: black;
font-weight: bold;
border-left: 1px solid #FF911B;
border-bottom: 1px solid #FF911B;
font-family: verdana;
font-size: 12px;
}

td a{
  text-decoration: none;
  color: black;
}

h2 {
   color: #FF911B;
   font-size: 14px;
   font-family: verdana;
}

html,body{
    height:100%;
    margin:0;
    padding:0;
    background-color: #3A3A3A;
	overflow:hidden;
}
body{
    text-align:center;
    min-width:900px;
    min-height:600px;
    font-family: verdana;
    font-size: 12px;
}
#container{
    position:absolute;
    background-image: url('../images/bolt.jpg');
    top:50%;
    left:50%;
    margin-top:-300px;/* half elements height*/
    margin-left:-450px;/* half elements width*/
    width:900px;
    height:600px;
    text-align:left;
}

div#left{
  margin-top: 160px;
  margin-left: 20px;
  float: left;
  width: 125px;

}

div#right{

  width: 690px;
  margin-right: 20px;
  margin-top: 160px;
  float: right;
  height: 420px;
  overflow: auto;
}

img{
float: right;
}

div#right a{
 color:black;
 }

