html, body, #screen {
    width: 100%;
	height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

body {
	background-color: #fff; /* fall-back */
}

.button {
	position: absolute;
	width: 20px;
	height: 10px;
	background-color: #fff;
}

#tumblr {
	top: 140px;
	left: 335px;
}

#mail {
	top: 180px;
	left: 335px;
}