body {
	margin:0;
	padding:0;
	font: .75em verdana,Helvetica,sans-serif, #000;
	text-align:center;
	background-color: #000000;
}


p {margin:0;padding:0;}

a img {
		border: none;
}

img { display: block; border: 0 none; }
li { float: left; list-style-type: none; }
table { border-collapse: collapse; }
td { padding: 0; }


#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:1000px;
	height:800px;
	margin-top: -325px; /*set to a negative number 1/2 of your height*/
	margin-left: -500px; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background:transparent;
}

#footer	{

	text-align:		center;
	width:           1000px;
	height:          25px;
	background:      transparent url('../images/footer.jpg') top left no-repeat;

}



#index_welcome	{
	position:	absolute;
	width:		375px;
	height:		350px;
	margin-top:	-440px;
	margin-left:	550px;
	font: 1em times ;
	padding-left: 5px;
	padding-right:5px;
	text-align:	left;
	overflow:	auto;
	z-index:	5;
}



#news_header	{

	text-align:		center;
	width:           1000px;
	height:          175px;
	background:      transparent url('news_01.jpg') top left no-repeat;
}

#news_content	{
	text-align:		center;
	width:           1000px;
	height:          600px;
	background:      #000;

}

#article_index	{
	position:	absolute;
	width:		425px;
	height:		300px;
	margin-top:	-285px;
	margin-left:	115px;
	font: .85em verdana,Helvetica,sans-serif #000;
	text-align:	left;
	z-index:	5;
}