/*  CSS Document                             */html {	height: 100%;}body {	background-color: #000000; 	background-image: url(../images2/star_tile.gif);	background-repeat: repeat;}img {	border: none;}#wrapper {	position: absolute;	width: 705px;	height: auto;	margin: 0px;	padding: 0px;	z-index: 1; }#header {	position: absolute;	top: 0px;	left: 0px;	width: 705px;	height: 104px;	background-color: transparent;}#logo {	position: absolute;	width: 163;	height: 104px;	top: 14px;	left: 50px;	background: transparent; }#title {	position: absolute;	top: 0px;	left: 136px;		/*#logo div=163width + #title div=542width = 705total (w/image centered)*/ 	width: 542px;	height: 37px;	padding-left: 53px;	background: transparent; }#top_panel {	position: absolute;	top: 37px;	left: 163px;		width: 542px;	height: 67px;	background-color: #c6d3f7; 	background-image: url(../images2/top_bar.gif);	background-position: top right;	background-repeat: no-repeat;	z-index: 1;}#top_corner_panel {	position: absolute;	top: 0px;	left: 0px;		 	width: 51px;	height: 67px;	background-color: transparent; 	background-image: url(../images2/corner_transparent.gif);	background-position: top left;	background-repeat: no-repeat;	z-index: 2;}#content {	position: absolute;	top: 104px;	left: /*0px;*/-2px;	width: 705px;	height: auto;}#content table.content {	table-layout: fixed;	width: 705px;	height: auto;	border-collapse: collapse;}