<html>
<head>
    <title>Div Tutorial</title>
   
    <style type="text/css">
     
      #foodDiv
                        {
                            width: 361px;
                            height: 39px;
                            text-align: left;
                            background-color: #9999ff;"
                            visibility: visible;
                        }
    </style>
</head>
<body>
    <div id="foodDiv">
    <input id="Button1" type="button" value="Click ME" style="z-index: 100;
            left: 305px; position: absolute; top: 22px"/>
    </div>
</body>
</html>