
body { 
   Background-color : #000000; 
   margin : 0px; 
   Padding : 0px; 
   position : relative; 
   font-family:Arial,Verdana,Sans-serif 

} 
#mk_centerpage { 
   position : relative; 
   width : 800px; 
   left : 50%; 
   margin-left : -390px; 
   margin-top :13px; 
   margin-bottom : 0px; 
   z-index : 0; 
   top : -15px; 
 } 

 
#mk_headertext { 
   position : absolute; 
   margin-left : -5000px; 
 } 

#mk_logo { 
   position : absolute; 
   background-image : url(images/mk_logo.jpg); 
   background-repeat : no-repeat; 
   width : 195px; 
   height : 180px; 
   top : 0px; 
   left : 0px; 
 } 

#mk_header { 
   position : absolute; 
   background-image : URL(images/mk_header.jpg); 
   background-repeat : no-repeat; 
   width : 800px; 
   height : 180px; 
   top : 0px; 
   left : 195px; 
 } 
 
 #mk_btnbar {
  position : absolute;
  background-image : url(images/mk_btnbar.gif);
  background-repeat : no-repeat;
  width : 800px;
  height : 25px;
  top : 180px;
  left : 0px;
  }
  
  #mk_linkhome{
    position : absolute;
    top : 182px;
    left : 37px;
  }
  
    #mk_linkabout{
    position : absolute;
    top : 182px;
    left : 148px;
  }
  
    #mk_linksponsor{
    position : absolute;
    top : 182px;
    left : 225px;
  }
    
    #mk_linkstore{
    position : absolute;
    top : 182px;
    left : 385px;
  }
    
    #mk_linkintern{
    position : absolute;
    top : 182px;
    left : 484px;
  }
    
    #mk_linkvblog{
    position : absolute;
    top : 182px;
    left : 606px;
  }
    
    #mk_linkdonate{
    position : absolute;
    top : 182px;
    left : 720px;
  }
    

#mk_banner {
  position : absolute;
  width : 800px;
  height : 270px;
  top : 205px;
  left : 0px;
}

#mk_panel {
  position : absolute;
  top : 475px;
  left : 0px;
  width : 800px;
  border : 0px solid pink;
  color : #00ff00; 
  font-size : 12px;  
  line-height : 20px; 
  }

#mk_youtube {
  float : left;
  width : 560px;
  height : 340px;
  margin-right : 20px;
  }
 
}
#mk_rightcolumn {
  float : right;
  width : 220px;
  max-height : 340px;
  top : 0px;
}

#mk_rightcolumntext{
  overflow : hidden;
  width : 200px;
  max-height : 310px;}

#mk_footer {
  text-align : center;
}
  
#mk_footertext { 
   Font-size : 10px; 
   Color : #009000; 
   Text-align : Center; 
 } 
 
#mk_content { 
  margin : auto;
  padding-top : 25px; 
  padding-left : 25px; 
  padding-bottom : 25px;
  width : 800px; 
  color : #00ff00; 
  font-size : 12px; 
  line-height : 20px; 
 }
  
#mk_body { 
   Background-image : url(images/mk_back.gif); 
   Background-repeat : no-repeat; 
   Position : absolute; 
   Height : auto; 
   Min-height : 530px; 
   Width : 800px; 
   Left : 0px; 
   Top : 205px; 
   Text-decoration : None; 
 }
 
 