body {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 10pt;
	color: black;
	background-color: #FFFFCC;
	text-align: center; /* for IE */
	background-image: url('images/background.jpg');
	background-position: center;
	background-repeat: repeat-y;
}

a:link {font-family: arial; font-size: 8pt; color: #666666; text-decoration: none;}
a:active {font-family: arial; font-size: 8pt; color: #666666; text-decoration: none;}
a:visited {font-family: arial; font-size: 8pt; color: #666666; text-decoration: none;}
a:hover {font-family: arial; font-size: 8pt; color: #CCCCCC; text-decoration: none;}

table {
	font-size: 10pt;
	}

div.main {
	width: 740px;
	height: auto;
	background-color: #FF9933;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}
