@media screen, projection {

	* {
		margin: 0;
		padding: 0;
	}

	html {
		background: #000;
		color: #ccc;
		font: 87.5%/1.7 'droid sans', optima, arial, sans-serif;
		text-align: center;
	}

	body {
		margin: 1em 0;
	}

	h1,
	h2 {
		font-size: 1em;
		font-weight: normal;
	}

	h1 {
		background: url(logo.jpg) no-repeat;
		height: 366px;
		text-indent: -999em;
		width: 620px;
	}

	h2,
	p {
		margin: 0 .5em;
	}

	p + p {
		text-indent: 1em;
	}

	p#ref {
		background: url(end.jpg) no-repeat bottom center;
		margin: 1.5em 0 0;
		padding-bottom: 179px;
	}

	ul {
		margin: .5em 0 .5em 1.5em;
	}

	ul#lang {
		list-style: none;
		margin: .5em 0 1em 1.5em;
	}

	ul#lang li {
		display: inline;
	}

	a,
	strong,
	em,
	kbd {
		color: #fff;
	}

	strong {
		font-size: 1.3em;
		line-height: 1.0;
	}

	em {
		font-style: normal;
	}

	kbd {
		font-family: 'droid sans', optima, arial, sans-serif;
	}

	#show {
		margin: auto;
		text-align: left;
		width: 619px;
	}

	#whws {
		background: url(tape.gif) repeat-y top center;
		font-size: 100cm;
		height: 4438em; 
		line-height: 1.0;
		margin: 42px 0;
	}

	#whws + div {
		position: relative;
	}

}

@media print {

	* {
		background: #fff;
		border: 0;
		color: #000;
		font-size: 1em;
		text-decoration: none;
	}

	ul#lang {
		display: none;
	}

	#whws:after {
		font-weight: bold;
	}

}

/* en */

@media print {

	#whws:after {
		content: 'Saved 18.939 kilometers of your office budget.';
	}

}
 