﻿body{
	background: black url('img/bg.jpg') no-repeat scroll center top;
	text-align: center;
}
.news{
	margin: 0px auto;
	padding-right: 5px;
	height: 276px;
	width: 610px;
	position: relative;
	top: 158px;
	left: 10px;
	overflow: auto;
}
.chat{
	margin: 0px auto;
	padding-right: 8px;
	height: 142px;
	width: 290px;
	position:relative;
	top: 185px;
	left: 168px;
	overflow: auto;
}
.paragraph{
	color:red;
	text-align:justify;
}
img {
	height: 30px;
	width: auto;
	position:relative;
	top: -330px;
	left: 600px;

} 