#container {
	text-align:left;
	width:800px;
	background-color : #ffffff;
	padding-left : 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#header{
width:800px;padding : 10px 0px 0px 0px;
  background-image : url(../img/ba.gif);
  height : 50px;
}
#content{width:800px;
  
}
#footer{width:800px;padding : 0px 0px 10px 0px;
  background-image : url(../img/ba2.gif);
}  
body{
	padding-top : 0px;
	padding-left : 0px;
	margin-top : 0px;
	margin-left : 0px;
	background-image : url(../img/bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}
td{
  font-size : 12px;
}
th{
  font-size : 12px;
}

