/* CSS Document */
html	{
	width: 100%;
	height: 100%;
}

body	{
	background-color: #000000;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 350px;
	padding-left: 150px;
	padding-right: 150px;
	background-image: url(../images/bgNews.gif);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
}


