@charset "utf-8";
/* CSS Document */

*
	{
	margin:0px;
	padding:0px;
	}

body
	{
	background-color:#41474f;
	}

#wrapper
	{
	width:500px;
	height:562px;
	margin:100px auto;
	}

#wrapper img
	{
	border:none;
	}


