@charset "utf-8";
/* CSS Document */

body{
margin:0;
background-color:#333333;
}

#wrapper{
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
}
