@charset "utf-8";
/* Coded by Bando Designs and Promotions Inc.*/


body{
	background-color:#000;
	color:#FFF;
}

div#wrapper{
	background-image:url(images/chat.jpg);
	width:1024px;
	height:1100px;
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
}

div#chat{
	width:950px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:260px;
	position:absolute;
}
