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


body {
	background-image: url(../images/bgTile.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}
#wrapper {
	background-image: url(../images/wholeBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	margin: 0 auto;
	width: 1200px;
	padding: 0 auto;
	height: 550px;
}

#wrapper img {
	padding: 0;
	margin: 105px 0 95px 200px;
}
#wrapper #circle {
	background-repeat: no-repeat;
	background-position: center top;
	height: 333px;
	padding: 0 0 0 0;
	margin: 0;
}
#footer {
	background-color: #000000;
	height: 85px;
	position: absolute;
	bottom: -205px;
	width: 100%;
}
