html
{
	background : black url(img/info/info_bg.jpg) center top scroll;
}

#title
{
	text-indent : -9000em;
	width : 250px;
	height : 53px;
	position : absolute;
	left : 50px;
	top : 30px;
}

#news, #links_body
{
	position : relative;
	top : 50px;
}

#news
{
	width : 345px;
	height : 192px;
	float : left;
	clear : left;
	margin-left : 40px;
	padding : 30px 50px 40px 25px;
	overflow : hidden;
	
	background : transparent url(img/info/news_body_back.png) scroll no-repeat;
}

#links_body
{
	width : 341px;
	height : 292px;
	margin-left : 490px;
	padding : 90px 90px 50px 50px;
	
	background : transparent url(img/info/links_body_back.png) scroll no-repeat;
}

#links_body p
{
	padding-right : 30px;
}

#links_body ul
{
	margin-top : 30px;
}

#links_body li
{
	margin-top : 20px;
}

#links_body ul a
{
	display : block;
	padding-top : 3px;
	color : #fff;
}

#links_body ul a:hover
{
	color : #6799cb;
	text-decoration : underline;
}

.news_inner
{
	height : 196px;
	width : 400px;
	position : absolute;
	top : 20px;
	left : 20px;
	padding-top: 7px;
	overflow-y : auto;
	overflow-x : hidden;
}

.news_head
{
	width : 350px;
	height : 30px;
	text-indent : -9000em;
	
	border-bottom : 2px solid #6799cb;
}

#news p
{
	font-size : 15px;
	margin-top : 20px;
	color : #6799cb;
	height : 130px;
}

#news_event
{
	background : transparent url(img/info/news_header.png) scroll no-repeat;
}

#copyright
{
	clear : both;
	color : #eee;
	margin-top: 110px;
	position : relative;
	text-align : center;
}