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


body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	overflow: scroll;
}



.fr { float:right; }
.fl { float:left; }
.cb { clear:both; }


#wrapper {
	width: 1142px;
	margin-right:auto;
	margin-left:auto;
	
}

#content {
	width: 1142px;
	height:1200px;
	
}

#img { border: none; }