body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	 font:normal 76% georgia,helvetica,verdana,tahoma,arial,"sans serif";
	 font-family:verdana,tahoma,arial,"sans serif";
 background:#999 url(../images/bg-slice-squidfingers.com.gif);
}
td {
	padding: 5px;
}

a {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #999999;
}
.minilink {
	font-size: 8px;
	position: relative;
	top: 150px;
}

.content {
	margin: auto;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 150px;
	right: auto;
	bottom: auto;
	background-position: center center;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content2 {
	margin: auto;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 20px;
	right: auto;
	bottom: auto;
	background-position: center center;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	color: #FFFFFF;
}

.dialog {
 width:67%;
 margin:0px auto;
 min-width:20em;
 max-width:800px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
 color:#fff;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(../images/tl.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}

.dialog .hd .c {
 background:transparent url(../images/tr.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}

.dialog .bd {
 background:transparent url(../images/ml.png) repeat-y 0px 0px;
 margin-right:6px;
}

.dialog .bd .c {
 background:transparent url(../images/mr.png) repeat-y right 0px;
 margin-right:-6px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(../images/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(../images/bl.png) no-repeat 0px 0px;
 margin-right:14px;
}

.dialog .ft .c {
 background:transparent url(../images/br.png) no-repeat right 0px;
 margin-right:-14px;
}

/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}