html, body {
	height: 100%;
}
div.page {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}
div.branding {
	margin: 30px 0 10px;
	width: 100%;
	overflow: hidden;
	background: transparent url(../img/div-branding.gif) repeat-x 0 0;
	text-align: center;
}
div.content {
	margin: 0 auto;
	padding: 0 80px;
	width: 600px;
}
div.footer {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	text-align: center;
}
div#portfolio {
	margin: 0 0 60px 20px;
	width: 560px;
	height: 440px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
}
div#viewable {
	margin: 0 auto;
	width: 440px;
	height: 320px;
	overflow: hidden;
	position: relative;
	top: 40px;
	left: 0;
	z-index: 200;
}
div#viewable img {
	cursor: move;
}