body  {
background: url('images/earthback.gif'); 
background-position: center;
background-repeat: no-repeat;
 }

.left {
position: relative;
left:0px;
margin-left:3em;
margin-right:3em;
width:600px;
}
/*body         { background-image: url('images/earthback.gif'); background-repeat: no-repeat; 
               background-position: 150 175 }*/
p {font-family: Arial }
.chatinvite {
position: absolute;
right: 10px;
border-style: solid;
margin: 1em;
padding: .5em;
width: 200px;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102);
	font-family: Arial
}
h1, h2, h3, h4, h5, h6 { font-family: Arial }
#cibox1 {
position: relative;
float:right;
height:134px;
width:200px;
background-image: url("/images/plain.gif");
font-size:85%;
}
#cihead {
font-weight:bold;
position:absolute;
top:9px;
left:53;
color:blue;
}
#citext {
position:absolute;
top:13px;
left:10px;
padding:1.5em;
}
#cot { position: fixed; right: 5px; bottom: 5px; }