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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFCC;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/site/yellowpad_bg.gif);
}
#container {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 896px;
}