/* Core tag styling */
body
	{
		background: #000;
	}

img
	{
		border: none;
	}
	
/* Named divs */
#horizon        
	{
	
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
#content    
	{
	background: url('../images/BG_02_BG.gif') no-repeat;
	margin-left: -512px;
	position: absolute;
	top: -384px;
	left: 50%;
	width: 1024px;
	height: 768px;
	visibility: visible
	}
#pushDown 
	{
		height: 84px;
		width: 1024px;
	}
#myAlternativeContent
	{
		margin: auto;
		color: white;
		width: 450px;
		height: 600px;
	}
#firstPara
	{
		margin-top: 100px;
		color: red;
	}
#copyright
{
	color: #FFF;
	font: small-caps 9px Verdana, Arial, Sans-serif;
	position: absolute;
	top: 685;
	left: 212;
}
/* The following is for the PNG Fix */
img, div
	{
		behavior: url(iepngfix.htc);
	}
	
/* Classes */
.plain
	{
		color: #949494;
		position: absolute;
		top: 45px;
		left: 212px;
		border: 1px solid #787878;
		background: #414141;
		padding: 5px;
		font: 10px Verdana, Arial, Sans-serif;
	}
	
.noDec
	{
		text-decoration:none;
	}

