<head>
<title>網上在線客服系統</title>
<style type="text/css">
#mainDiv { background-color:Green; height:100% ; width:100%; position:absolute;}
body { background-color:Yellow; margin:0px; padding:0px; overflow:hidden;}
</style>
</head>
<body>
<div id="mainDiv">
</div>
</body>
</html>