#heading a:link {
  color: 	#E4201B;
  text-decoration:	none;
}
#heading a:visited {
  color: 	#0099CC;
  text-decoration:	none;
}
#heading a:hover {
  color: 			#FF9900;
  text-decoration:	underline;
}

#theLink a:link {
  color: 			#0033FF;
  text-decoration:	none;
}
#theLink a:visited {
  color: 	#0099CC;
  text-decoration:	none;
}
#theLink a:hover {
  color: 			#FF9900;
  text-decoration:	underline;
}

body
{
	margin:		0px;
}

#bgImage 
{
	width: 		100%;
	height: 	108%;
	left: 		0px;
	top: 		0px;
	position: 	absolute;
	z-index: 	0;
}

#contents 
{
	width: 		100%;
	height: 	100%;
	left: 		0px;
	top: 		0px;
	z-index: 	1;
	position: 	absolute;
}

#flash 
{
	width: 		100%;
	height: 	100%;
	left: 		0px;
	top: 		0px;
	z-index: 	2;
	position: 	static;
}
