body {background:url('../images/background.jpg') fixed;}

div.flightpath { 
	position:absolute;
	top:250px;
	left:100px;
	width:775px;
	height:325px;
	border:0px solid red;
	overflow:hidden;
	z-index:4;
	}
div.textlayer { 
	position:absolute;
	top:0px;
	left:100px;
	width:771px;
	border:2px silver groove;
	z-index:10;
	}
#hogs {
	position:absolute; /* will be relative within the flightpath div */
	left:600px; /*starting position */
	top:50px;
	height:90px; /*size at start point perspective */
	width:90px;
	opacity:1.00;	/* FF; gecko; CSS3, range 0.00 - 1.00 */
	filter:alpha(opacity=100); /* method for IE, range 0-100 */ 
	}
div.core {
	width:755px;
	padding-left:7px;
	padding-right:7px;
	border:0px solid lime;
	}
.c0 {color:black;} /* Colours 1,2..x */
.c1 {color:red;}
.c2 {color:green;}
.c3 {color:blue;}
.c4 {color:yellow;}
.c5 {color:lime;}
.c6 {color:aqua;}

.f1 {font-family:Georgia, Times, serif;} /* Font 1,2..x */
.f2 {font-family:Verdana, sans-serif;}
.f3 {font-family:Tahoma, Arial, sans-serif;}
.f4 {font-family:Arial, sans-serif;}
.f5 {font-family:'comic sans', cursive;}
.fc:first-letter {font-size-adjust:+1; font-weight:bold;}

.s1	{font-size:xx-small;}
.s2	{font-size:x-small;}
.s3	{font-size:small;}
.s4	{font-size:medium;}
.s5	{font-size:large;}
.s6	{font-size:x-large;}
.s7	{font-size:xx-large;}

.sb {font-weight:bold;}
.sc {text-align:center;
     text-align:-moz-center;
	 margin-right:auto;
	 margin-left:auto; }
.si {font-style:italic;}
.sl {text-align:left;}
.sn {font-style:normal;}
.sr {text-align:right;}
.su {text-decoration:underline;}
.so {text-decoration:overline;}
.s- {text-decoration:line-through;}

#txt {visibility:hidden;} /* Trace Test */

/* depracated elements */
div.bg { 
	position:absolute;
	top:1px;
	left:1px;
	width:100%;
    height:100%;
	border:0px;
	z-index:1;
	background: url('background.jpg');
	background-repeat: repeat;
	}
div.airspace { 
	position:absolute;
	top:0px;
	left:100px;
	width:770px;
	height:1510px;
	border:0px solid red;
	overflow:hidden;
	z-index:5;
	}
#nelly {position:absolute; left:28px; top:355px; border:0; width:98px; height:100px;}
#ufo   {position:absolute; left:600px; top:740px; border:0; width:144px; height:100px;}
#scrw  {position:absolute; left:10px; top:1170px; border:0; width:73px; height:130px;}
#eddy  {position:absolute; left:620px; top:1325px; border:0; width:79px; height:130px;}