@media screen {
	#header {
	  height:80px;
	}

	#footer {
	  height:84px;
	}

	#contents {
	  position : absolute;
	  top:70px;
	  bottom:84px;
	}

	* html #contents
	{
	   height : 80%;
	   width : 100%;
	}
	
}


@media print {

    #header {
    	display: none;
    }
}
