body,html {
	background-color: Black;
}

img
{
	border:0px;
}

#container
{
	width:780px;
	margin: 0 auto;
}

#text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:780px;
	height:557px;
	color:#FFFFFF;
	text-align:left;
	background-image: url(../images/bg-fests.jpg); 
	background-repeat: no-repeat;
	position:absolute;	
}

#text p
{
	padding:10px;	
}

#button
{
	padding-left:510px;
	padding-top:480px;
	width:40px;
	height:41px;
	position:relative;
}

.news-title
{
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	font-weight: bold;
	background-color: White;
	border: 1px solid Silver;
}

.news-content
{
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	background-color: White;
	border: 1px solid Silver;
}

.news-date
{
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	background-color: White;
	border: 1px solid Silver;
}

.news-hr
{
	border-bottom: 1px solid Silver;
	border-top: 1px solid Silver;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
}

.news-body
{
	background-image: url(../images/news-bg.jpg); 
	background-attachment: fixed; 
	background-repeat: no-repeat;
}

