@charset "utf-8";
@import url("reset.css");
/* CSS Document */
body{ height:100%; font-size:100%; background:#000;}

#wrapper{ width:800px; height:auto; margin:0px auto;}
img{ width:800px; height:auto;}

.title { position:relative; width:auto; /*border:1px solid #FF0;*/}
	
	.return  { position:absolute; left:1%; bottom:3%; }
	.return a img { width:100%; height:100%; }