html,body,p,a,img,div,span,h1,h2,h3,ul,li,form,input {
 margin:0px;
 padding:0px;
}

html,body {
 width:100%;
 height:100%;
 background-color:#CCC;
 text-align:center;
}

div,p,a {
 font-family:Verdana,Arial,sans-serif;
 font-size:11px;
}

div {
 text-align:left;
}

a {
 text-decoration:none;
}

/******************************
divs:
*******************************/

#top50 {
 width:100%;
 height:50%;
 background-color:#600;
 background-image:url(../Img/topBg.jpg);
 background-position:left bottom;
 background-repeat:repeat-x;
}

#center {
 width:880px;
 height:500px;
 margin:0px auto;
 margin-top:-250px;
}

  #bigDeko {
   width:880px;
   height:250px;
   background-image:url(../Img/bigDekoIndex.jpg);
   background-position:0px 0px;
   background-repeat:no-repeat;
  }
  
  #outerCt {
   width:100%;
   height:230px; /* 250 - #bottom */
   background-color:#FFF;
  }
  
    #logo {
     margin-left:175px;
     margin-top:90px;
    }
    
  #bottom {
   width:100%;
   height:20px;
   text-align:right;
   background-color:#FFF;
  }
  
/*************************************
main navi:
*************************************/

p#mn {
 width:100%;
 height:40px;
 line-height:40px;
 text-align:right;
}

  p#mn a {
   font-family:Arial,sans-serif;
   margin-right:15px;
  }

  .mni {
   color:#000;  
  }
  
  .mni:hover,.mni:active,.mna {
   color:#000;  
   text-decoration:underline;
  }
  

  
/*************************************
bottom navi:
*************************************/
p#bn {
 width:100%;
 height:20px;
 line-height:20px;
 text-align:right;
}

  p#bn a {
   font-family:Arial,sans-serif;
   margin-right:15px;
   color:#F90; 
  }
  
/***************************************/ 