<html>
<head>
    <title>Div Tutorial</title>
   
    <style type="text/css">
     
      #foodDiv
                        {
                            width: 361px;
                            height: 39px;
                            text-align: left;
                            background-color: #9999ff;
                            z-index: 102;
                            visibility: visible;
                        }
    </style>
</head>
<body style="background-color: black;">
   
    <div id="MainDiv"  style="z-index: 101; left: 11px; width: 360px; position: absolute; top: 16px;
        height: 136px; background-color: white;">

       
            <div id="foodDiv">
       
            <input id="Button1" type="button" value="Click ME" style="z-index: 100;
                    left: 276px; position: absolute; top: 6px"/>
                    <a href="HealthyDiet.html" target="_blank"></a>
            </div>
       
    </div>
</body>
</html>