body {
	background-color:#eceeed;
		background-image: url("../images/whitelines.gif");
		background-attachment:fixed;
		background-position:top;
		background-repeat:no-repeat;
    margin: 20px 0px;
    padding: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif
    text-align: center;
}
a:link {
	text-decoration:none;
	color:#999999;
}
a:visited {
	text-decoration:none;
	color:#999999;
}
a:active {
	text-decoration:none;
	color:#999999;
}
a:hover {
	text-decoration:none;
	color:#999999;
}
div#main {
    width: 940px;
    margin: 0px auto;
    text-align: left;
}