/* CSS Document */
html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

html, td {
	left:0px;
}

a {
	color:#607B40;
	font-weight:bold;
	}


body {
 	height: 100%;
	font-family: "Clarendon BT", "Helvetica Neue", Helvetica, "Myriad Pro", Arial, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;!important
	text-align: center;
	background:#FFFFFF url(../images/bodybg.jpg);
	margin: 0 0 0 0;
	padding: 0;
	color: #000000;
	font-size: 12px
}

#wrapper {
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}