@page {
	size: landscape;
}

* {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 11pt;
}

body {
	background-color: transparent;
	font-size: 12pt;
	font-family:'Times New Roman',Times,serif;
	color:#000000;
}

#nav {
	display: none;
}

#content {
	position: absolute;
	top: 230px;
}

#footer {
	width: 100%;
	position: absolute;
	top: 130px;
}

#content img {
	max-width: 60%;
	height: auto;
}
