* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
	overflow: hidden;
}

.top {
	position: absolute;
	top: 9px;
	z-index: 2;
}

.bottom {
	position: absolute;
	bottom: 9px;
	z-index: 2;
}

.left, .right {
	width: 9px;
	position: absolute;
	
	background-repeat: repeat-y;
	height: 100%;
	z-index: 1;
}

.left {
	background-image: url(../images/bg/popLeft.gif);
}


.right {
	background-image: url(../images/bg/popRight.gif);
	right: 0;
}

.photo {
	margin: 9px;
}
