﻿body
{
  padding: 0px;
  margin: 0px;
  background-repeat: repeat;
  background-image: url('/images/mybackground.jpg');
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}
td
{
  vertical-align: top;
}
.container
{
  width: 951px;
  height: 735px;
  top: 50px;
  background-repeat: repeat;
  background-image: url('/images/back2.png');
  overflow: hidden;
  margin-right: auto;
  margin-bottom: -1px;
  margin-left: auto;
  position: relative;
  
}
.panelMenu
{
  position: relative;
  top: 250px;
  left: 50px;
  height: 200px;
  width: 129px;
  
}
.loadingPanel
{
  position: absolute;
  top: 20px;
  left: 1081px;
  height: 32px;
  width: 35px;
}
.panelContent
{
  position: relative;
  top: -35px;
  left: 310px;
  height: 445px;
  width: 580px;  
}


.header
{
  display: block;
  width: 95%;
  height: 40px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: normal;
}
html
{ 
  
}
.content
{
  padding: 0px;
  display: block;
  width: 100%;
  height: 370px;
  overflow: hidden;
}
  
.footer
{
  display: block;
  width: 95%;
  height: 40px;
  float:right;
  text-align:right;
}





