* {
	padding: 0;
	margin: 0;
	text-align: center;
}

@media screen {
	div#head  {
		position: fixed;
		top:0;
		left:0;
		right:0;
		height: 58px;
		background: #0185b6 url(../img/maximize_header.gif) no-repeat;
	}
	
	div#foot {
		position: fixed;
		bottom:0;
		left:0;
		right:0;
		height: 45px;
		background-color: #EEE;
		border-top: 1px solid #DDD;
		padding: 10px;
	}
	div#foot div.copy {
		font-family: Arial, sans-serif;
		font-size: 10px;
		margin-top: 10px;
	}
	img.image {
		margin: 58px 0 65px 0;
	}
}

@media print {
	div#head  {
		display: none;
	}
	
	div#foot {
		display: none;
	}
}
