/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #756F63;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	background-image: url(../i/bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment:fixed;
}

#content {
	margin: 20px auto;
	padding: 0;
	width: 600px;
	height: 450px;
}

