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

html, body {
	text-align: center;
	background-image:url(img/background.jpg);
	background-position:top;
	background-repeat: repeat-x;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #636363;
	vertical-align: baseline;
	}