@charset "UTF-8";
/* CSS Document */

#viewer {
	padding:10px;
	width: 800px;
	height: 480px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}

#contents {
	background-color:#000;
	width: 800px;
	height: 480px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;	
	border: 15px solid #000;
	border-radius: 15px;　/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius: 15px;　/* Firefox */
	-webkit-border-radius: 15px;　/* Safari and Chrome */
}