/**
 * Stylesheet for desktops
 */

html {
	overflow: hidden;
}

body {
	overflow: hidden; /* for MSIE5.5 */
}

div#contact {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

ul.lifestream {
	float: right;
	width: 350px;
}
