div#desk {
	/*controls height of the desk with "div#paper height" - below*/
	height: 2375px;
}

div#paper {
	/*controls height of the paper (should be "div#desk height" - 100)*/
	height: 2275px;
}

