<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“>
<html xmlns=”http://www.w3.org/1999/xhtml“>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=euc-kr” />

<style type=”text/css”>

body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}

html, body  {height:100%; margin:0; padding:0;}
#header  {position:relative;height:100px;background:#00C;} 
 #contents {height:100%;margin:-100px 0 0 0;background:#CCC;}


#box   {padding:100px 0 0 0;}
}
</style></head>


<body>
<div id=”header”>menu</div>
<div id=”contents”>
 <div id=”box”>body</div>
</div>  


</body>
</html>

Related Articles