html, body 
{
	color: #222;
	background-color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
}

#bigtext 
{
	position: absolute;
	left: 0; /* for IE */
	font-size: 1000%;
	top: 35%;
	width: 100%;
}

#bigtexttop
{
	position: absolute;
	left: 0; /* for IE */
	font-size: 500%;
	top: 2%;
	width: 100%;
}

#footertext 
{
	position: absolute;
	left: 0; /* for IE */
	width: 100%;
	bottom: 8px;
	color: #666;
	background-color: transparent;
	font-size: 80%;
}

div.randomlink 
{
	position: absolute;
	text-align: left;
}

a 
{
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}

a span 
{
	display: none;
	font-size: 14px;
	position: relative;
	top: 0;
	left: 0;
}

a:hover 
{
	color: #ff7c11;
	background-color: transparent;
}

a:hover span 
{
	 display: block;
}
.NormalTextGras
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none
}
