body
	{
	background-image:url(sky.png);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:white;
	}

.sky
	{
	background-image:url(air.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px auto;
	}

.x
	{
	margin:0 auto;
	width:0;
	position:relative;
	}

#x
	{
	margin:0 auto;
	position:relative;
	}

.ground,
.limit 
	{
	height: 100px;
	}

.ground
	{
	background-image:url(ground.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	}

.ground .text
	{
	padding-top:50px;
	text-align:center;
	font-size:0.8em;
	color:black;
	font-weight:bold;	
	}

.ground .text a
	{
	color:black;
	}

/**********************************************************************************************/

