body
{
	background-color:#000000;
}

img#rightcurtain
{
	position: absolute;
	z-index: 1;
	width: 512px;
	left: 0;
	top: 0;
	
}

img#leftcurtain
{
	position: absolute;
	width: 512px;
	z-index: 1;
	left: 0;
	top: 0;
}

p
{
	font-size: 36px;
	font-weight: bold;
	color: #00FF00;
	border-style: inset;
	border-width: thick;
	border-color: #FFFF00;
	
}

div
{
	width: 500px; 
} 

a
{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

a:link, a:visited
{
	color: #00ffff;
}

a:hover, a:active
{
	background-color: #FFFFFF;
	text-transform: uppercase;
	color:#000000;
}

font
{
	text-align: left;
	font-size: 36px;
}