#menu{
        padding-top:        0px;
        padding-bottom:        0px;
        padding-left:        0px;
        padding-right:        0px;

        border-top:        3px dotted #3169C6 ;
        border-bottom:        3px dotted #3169C6;
        border-right:        3px dotted #3169C6;
        border-left:        1px dotted #3169C6;
		

		background-color:        inherit;
        white-space:        nowrap;
}
#isi{
        padding-top:        2px;
        padding-bottom:        2px;
        padding-left:        5px;
        padding-right:        5px;

        border-top:        0px dotted orange ;
        border-bottom:        0px dotted orange;
        border-right:        0px dotted orange;
        border-left:        0px dotted orange;


		background-color:        inherit;
        white-space:        nowrap;

}

#page {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	right:0px;
	z-index:1;
}

#header {
	background-color:        blue;
	height:125px;
	width:100%;
	z-index:1;
}

#menu {
	position:absolute;
	left:0px;
	top:125px;
	width:150;
	z-index:1;
}

#isi {
	position:absolute;
	left:200px;
	top:125px;
	width:750;
	z-index:1;
}

#footer {
	position:relative;
	top:100;
	width:750;
	z-index:1;
}