#systeminfo{
	width:201px;
	height:116px;
	position: fixed;
	background-color: #ffffe1;
	background-image:url(msnbox.jpg);
    border: 1px solid #000;
    font: bold 10px Verdana;	
}

* html #systeminfo{ /*IE6 hack*/
position: absolute;
}

#systeminfo .singleimage{
	float:left;
	width:50px;
	height:50px;
	margin:32px 5px 0px 10px;
	text-align:center;
}
#systeminfo .singleimage img{
	height:50px;
	border:none;
}

#systeminfo .singletext{
	height:70px;
	margin:29px 10px 0px 5px;
	text-align:left;
}
#systeminfo .singletext a{
	color:#005ffd;
	text-decoration:none;
}
#systeminfo .singletext a:hover{
	text-decoration:underline;
}
#systeminfo .gochat{
	float:right;
}
#systeminfo .gochat img{
	width:35px;
	height:14px;
    border:none;
}
* html #systeminfo .singleimage{
	float:left;
	width:50px;
	height:50px;
	margin:32px 5px 0px 5px;
	text-align:center;
}
* html #systeminfo .singleimage img{
	height:50px;
}

* html #systeminfo .singletext{
	height:70px;
	margin:29px 5px 0px 5px;
}
* html #systeminfo .gochat{
	float:right;
}
* html #systeminfo .gochat img{
	width:35px;
	height:14px;
    border:none;
}

