@charset "utf-8";

*{
	margin: 0;
	padding:0;
}

/* CSS Document */
body {
	margin: 0px;
	background-color: #c9c9c9;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 300px;
	height: 300px;
	margin: auto;
}

.bg_0 {
	width:300px;
	height:300px;
}

img {
	border: none;
}

.pics {
	width:300px;
	height:300px;
	overflow:hidden;
}


