/*This is the main layout for y2kspitfire.com web pages 2006*/

/* Layout Stylesheet */ 
body{
  background-color: #FFFFFF;
  background: url(../images/page_cloud_pic.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top right;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, SunSans-Regular, Sans-Serif;
  font-size: .9em;
  color: #060606; 
}

/*container for all columns*/
  
#c-block {
 width:100%;
 z-index:1;
 background: transparent;
 color: #060606;
 height:100%;
}
 
 
 #skipnav {
 	position: absolute;
	z-index: 1;
	width: 10px;
	height: 5px;
	top: 0px;
	left: 0px;
 }
 
 .floatbox-l {
	 width: auto;
	 height: auto;
	 margin: 0px 15px 0px 5px;
	 float: left;
	 text-align: center;
 }
 
 .floatbox-r {
	 width: auto;
	 height: auto;
	 margin: 0px 5px 0px 15px;
	 float: right;
	 text-align: center;
 }
