
div.background
  {
  	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
  width: 700px;
  height: 700px;
  background: url(bgrd.jpg) no-repeat;
  /* background-position: 50% 50% 50% 50%; */
  /* opacity:0.6;*/
  border: 2px solid black;
  }
  
  div.transboxlogo
  {
  width: 340px;
  height: 147px;
  position:relative; top:35px; left:325px;
  background-color: #ffffff;
  background: url(lbgr3.jpg) no-repeat;
  background-position: center center;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
  
div.transbox
  {
  width: 440px;
  height: 380px;
  /* margin: 30px 50px; */
  position:relative; top:138px; left:225px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
  
div.transbox p
  {
  margin: 30px 40px;
  font-family: "Franklin Gothic Medium", Verdana, Arial, sans-serif; 
  font-weight: normal;
  text-align: right;
  color: #000000;
  
  }
div.transbox p.info
  {
  margin: 30px 40px;
  font-family: "Franklin Gothic Medium", Verdana, Arial, sans-serif; 
  font-weight: normal;
  text-align: right;
  color: #000000;
  font-size: small;
  text-decoration: none;
  }
div.transbox p.info a:link {color: #000000; font-weight: bold;  text-decoration: none;}
div.transbox p.info a:visited {color: #000000; font-weight: bold;  text-decoration: none;}
div.transbox p.info a:hover {color: #FF8040; font-weight: bold;  text-decoration: none;}
div.transbox p.info a:active {color: #0000FF; font-weight: bold;  text-decoration: none;}
  
  }
