body {

		background-color:		#ffffff;
		font-family:			Verdana;
		font-size:				20px;
}

#top {
		width:					979px;
		height:					217px;
		background-image:		url(top.png);
		background-position:	center;
		background-repeat:		no-repeat;
		padding:				0px;
		text-align:				center;
		margin:					auto;
}

#center {
		width:					979px;
		height:					518px;
		background-image:		url(mainbg.png);
		background-position:	center;
		background-repeat:		no-repeat;
		padding:                0px;
		text-align:				center;
		margin:					auto;
	
}

#main {
		margin:					auto;
		width:					700px;
		height:					500px;
		padding-top:			9px;
		padding-right:			10px;
		text-align:				justify;
		text-justify:			newspaper;
		max-height:				500px;
		overflow:				auto;
}

#bottom {
		width:					979px;
		height:					154px;
		background-image:		url(bottom.png);
		background-position:	center;
		background-repeat:		no-repeat;
		padding:                0px;
		text-align:				center;
		margin:					auto;
}

#disclaimer {
		width:					700px;
		font-size:				10px;
		color:					#666;
		text-align:				justify;
		margin:					auto;
		vertical-align:			center;
		
}

#background {
		
		width:					979px;
		height:					739px;
		background-image:		url(back_main.png);
		padding:				0px;
		background-repeat:		no-repeat;
		background-position:	center center;
		margin:					auto;
		text-align:				center;
}

#links_bg {
		height:					156px;
		position:				static;
		background-image:		url(back_links.png);
		background-repeat:		no-repeat;
		background-position:	center;
		padding:				0px;
		margin-top:				-20px;
		text-align:				center;
}

#links {
		padding-top:			20px;
		text-align:				center;
}

#linksdiv {	
		margin-top:				-20px;
}

#newsdiv {
		width:					700px;
		text-align:				justify;
		justify:				newspaper;
		margin-top:				-20px;
}

#about {
		width:					700px;
		text-align:				justify;
		float:center;
}

