#header{

    height: 15px;
  text-align : right;
  color : black;
  background-color : white;
  font-size : 12px;  
  letter-spacing : 1px;
  width : 950px;
}
#header A{
    color : black;
  font-weight : bolder;
  text-decoration : none;
}
#top{
   width : 0px;
   height : 40px;
  width : 950px;
}

#main{
   width : 950px;
  background-image : url(titlelg.jpg);
  background-repeat : no-repeat;background-position : right top;
  height : 500px;
  bottom : auto;
  
  float : none;
}
#main TABLE{
	margin-top: 20px;
}

#footer{
  width : 950px;
  height: 30px;
  text-align : right;
  color : black;
  background-color : white;
  font-size : 12px;  
  letter-spacing : 1px;
  
  float : left;
}
#mainn{
   width : 950px;
  height : 500px;
  bottom : auto;
  
  float : none;
}

#footern{
  width : 950px;
  height: 30px;
  text-align : right;
  color : black;
  background-color : white;
  font-size : 12px;  
  letter-spacing : 1px;
  float : left;
}

#mk{
	vertical-align: bottom;
	text-align: left;
	float : left;
	
	
	
  width : 50px;
  height : 500px;
}

BODY{
  margin-left : 5%;
  margin-right : 5%;
}