/*/////// PJ2 //////*/


#wrapper{
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
 	position: absolute;

}
 #picture{
 	position: relative;
 	width: 102%;
	top: 0;
	left: 0;
 	overflow: hidden;
 	display: block;
 }

img{
	margin-right:-50px;
	margin-bottom:-50px;
}



