body
{
   width: 900px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 10px; 
   background-color: rgb(252,252,252);
   border-width: 0px; 
   padding: 10px;
}
#div_ACTL
{
   width: 900px;
   height: 100px;
   background-image: url("Actl.png");
   background-repeat: no-repeat;
   background-position: center;
   background-color: rgb(252,252,252);
   margin-bottom: 20px;
   border-width: 0px; 
   padding: 0px;
}
#div_body
{
   width: 900px;
   height: 330px;
   margin-bottom: 15px; 
   padding: 0px;
   color: rgb(60,40,60);
   background-color: rgb(252,252,252);
   text-align: justify;
   border-width: 0px; 
}
#div_text
{
   height: 100px;
   margin: 0px; 
   padding: 10px;
   background-color: rgb(252,252,252);
   text-align: center;
   border-width: 0px; 
   color: #002d62;
   font-size: 20px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   border-width: 0px; 
}
.title_biion{
	font-size: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: bold;
	color: rgb(248,179,0);
	font-style: italic;
	float: left;
}
.title_ewon{
	font-size: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: bold;
    color: rgb(156,214,245); 
	font-style: italic;
	float: right;
}
#div_biion
{
   width: 430px;
   height: 170px;
   float: left;
   background-color: rgb(252,252,252);
   background-image: url("BiiON.png");
   background-repeat: no-repeat;
   background-position: center;
   margin: 0px;
   border: 1px solid rgb(248,179,0); 
   padding: 5px;
}
#div_desc
{
   width: 900px;
   height: 17px;
   float: center;
   background-color: rgb(252,252,252);
   margin-bottom: 20px;
   border-width: 0px; 
   text-align: center;
   padding: 0px;
}
#div_ewon
{
   width: 430px;
   height: 170px;
   float: right;
   background-color: rgb(252,252,252);
   background-image: url("eWON.png");
   background-repeat: no-repeat;
   background-position: center;
   margin: 0px;
   border: 1px solid rgb(156,214,245); 
   padding: 5px;
}
a { 
display:block; 
width:100%; 
height:100%; 
text-decoration:none; 
}  
#div_biion a:hover { 
  text-decoration:none;
  background-color: none; 
  background-image: url("BiiON_BW.png");
  background-repeat: no-repeat;
  background-position: center;
}
#div_ewon a:hover { 
  text-decoration:none;
  background-color: none;
  background-image: url("eWON_BW.png");
  background-repeat: no-repeat;
  background-position: center;
}