@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	margin-top:0px;
	margin-left:0px
	
}
