body,html {
	background:#000;
	margin:0;
	padding:0;
	font:normal 12px arial;
	color:#fff;
}
#container{
	position:relative;
	margin:30px auto;
	width:721px;
	height:511px;
}
#photos{
	position:absolute;
	z-index:1;
	top:117px;
	left:8px;
	width:705px;
	height:336px;
	background:#333;
}
#photos img{
	width:705px;
	height:336px;
}
#frame{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	background:url(../images/bg_frame.gif) top left no-repeat;
	width:721px;
	height:511px;
}
