@charset "utf-8";
/* CSS Document */

body{

	background:url(images/bg.jpg) repeat-y center top;
	background-color:#bebebe;

}

img{
	border:0;
}

#site-content{
	width:776px;
	background:#fff url(images/inside-bg2.jpg) repeat-y top center;
}

#header{
	width:779px; 
	background:url(images/header/bg.jpg) repeat-x top center; 
	height:178px;
}

#right-side{
	width:190px;
	margin:0 5px;
	direction:rtl;
}

.chat-links{
	display:block;
	background:url(images/chat/3/arrow.jpg) no-repeat right center;
	line-height:20px;
	color:#939393;
	padding-right:12px;
	margin-right:10px;
	text-align:right;
}

.chat-links a{
	display:block;
	color:#939393;
}

.chat-links a:hover{
	display:block;
	color:#676767;
}