@charset "utf-8";
/* CSS Document */

body
{
/*the color here #2c2721 was the bottom color
of my gradient image - a seamless fade*/
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
background: #ffffff url(img/bg.png) repeat-x;
}


/*just a container to hold things*/
#main
{
	margin: auto;
	width: 700px;
	height: 800px;
	background: #ffffff;
}

#main p
{
	padding: 10px;
}
.mini
{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#707277;
}
