/**********************************************************
 * Base Style Sheet for penguinhuggle.com/chat/index.html *
 **********************************************************/

body {background-color: rgb(210,210,255); /* light blue */
      background-image: url("./backgrounds/2007-01-background.png");  
		/* originally blank */
		/* "./backgrounds/2006-12-background.jpg" */
      color: black;
      border: none;  
      min-width:1002px; }

div#wrapper { 	
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


div#posterboywindow {
	float: left;
	width: 400px;
	text-align: center;
}

div#chatwindow {
	float: right;
	width: 602px;
	text-align: center;
}


p#huggle {
	color: rgb(160,0,160);  /* originally orange */
	font-weight:bold;
}

/*
img#posterboy {
	position: absolute; left: 10px;  top: 180px;
}
 */

div#tables {
	clear: both;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


table { 
	font-family: serif; 
	font-weight: bold; 
	font-size: small;
}



table td { 
	border: 1px solid black; 
}

table td img {
	vertical-align: middle;
}



a:link    {color: rgb(0,150,150);     /* light teal */    font-weight: bold;  text-decoration: none; }
a:visited {color: rgb(150,0,150);     /* light teal */    font-weight: bold;  text-decoration: none; }
a:hover   {color: rgb(255,255,255);     /* white */         font-weight: bold;  text-decoration: none; }
a:active  {color: rgb(255,255,255);     /* white */         font-weight: bold;  text-decoration: none; }

a:link img    {border: none; }
a:visited img {border: none; }
a:hover img   {border: none; background: #ffffff; }
a:active img  {border: none; background: #ffffff; }

