body
{
	font-family: verdana;
	margin: auto;
	padding: 0;
	background-image: url(../IMAGES/KOI_BACKSTRIP.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #017BBC;
}


.logoBox {
width: 395px;
height: 195px;
margin: auto;
position: relative;
margin-top: 105px;
background-repeat: no-repeat;
background-position: 0 0;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='IMAGES/KOI_LOGO.png');}
    
/* IE ignores styles with [attributes], so it will skip the following. */
.logoBox[class] {
  background-image:url(../IMAGES/KOI_LOGO.png);}
  
.footerBox {
width: 950px; 
height: 154px;
margin: auto;
background-repeat: no-repeat;
background-position: 0 0;

  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='IMAGES/STAR_FOOTER.png');}
    
/* IE ignores styles with [attributes], so it will skip the following. */
.footerBox[class] {
  background-image:url(../IMAGES/STAR_FOOTER.png);}


.footerBox p {
font-size: 0.9em;
color: white;
margin: 0;
padding: 50px 0 0 150px;
text-align: center;}