@media tv, projection, screen {
	html, body {
		margin: 0px;
	}
	div {
		position: relative;
		margin: 0px;
		padding: 0px;
	}
	#copyright {
		background-color: white;
		font-size: 12px;
	}
}