html, body {
	margin:0px;
  padding:0px;
	background-color:#f4d8d8;
	height:100%;
}
#frame_global {
	width:768px;
	margin:0 auto;
	height:100%;
}
#frame_top {
	position:absolute;
	top:0px;
	width:768px;
	height:174px;
}
#frame_middle {
	position:absolute;
	top:174px;
	bottom:43px;
	width:728px;
	padding:20px;
	background-color:#FFFFFF;
 	overflow:auto;
}
#frame_photo {
	position:absolute;
	width:300px;
	top:20px;
}
#frame_text {
	position:absolute;
	top:20px;
	left:340px;
	width:400px;
}
#frame_bottom {
	position:absolute;
	bottom:5px;
	width:768px;
	height:38px;
}

