html { 	background: url(gfx/bg_main.gif) repeat;	height: 100%	}	body {	background: url(gfx/bg_repeat.jpg) repeat-x;	margin: 0;	height: 100%	}	#container {	width: 761px;	margin-left: auto;	margin-right: auto;	background: url(gfx/bg_container.gif) repeat-y;	height: 100%	}	#table{	margin-left: -1px;	}	p {	font-family: Times, Times New Roman, Geneva, Arial;	font-size: 13px;	color: #473628;	margin: 0;	line-height: 17px;	text-align: justify;	text-transform: capitalize;	}