﻿@charset "utf-8";
body {
	background:#000;
	text-align:center;
}

#main{
	background-image:url(../images/news_list_bg.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height:780px;
	top: 0px;
	left:0px;
	z-index:10;
	position:relative;
}

#menu{
	left:53px;
	top: 40px;
	z-index:99px;
}


#footer{
	z-index:20; 
	top:710px;
	left:400px;
}

#news{
	width:740px;
	height:auto;
	left:100px;
	top:250px;
	font-size:11px;
	line-height:150%;
	color:#552C15;
}

p{
	margin:15px;

}

#footer p{
	margin:0px;
}

a, a:link, a:visited, a:hover{
	color:#552C15;
	text-decoration:none;
}