@charset "UTF-8";
/* CSS Document */
body {
	background: #FFF;
	
}

#wrapper {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	height: 850px;
	background-position: center;
}
