body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(fifa.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

.main_background {	background-color: #f9f9f9;	background-image: url(main_background.jpg);	background-repeat: repeat-x }

a:link {
	color: #770000;
	text-decoration: none;
}
a:visited {
	color: #770000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #770000;
	text-decoration: none;
}

