body {
	background-image: url(../pics/bg.gif);
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	background-color: #E60000;
}
a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
