@media screen {
	body { 
		/* background-color: #cf6016; #F2FF95; #FFFFA8; */
		background: url(/img/bg.jpg) 0 -80px repeat-x #FFFFA8;
		font-family: Verdana, "Trebuchet MS", sans-serif;
		font-family: "Times New Roman", times, serif;
		font-size: 100%;
		text-align: center;
		margin:0; padding: 0;
	}
	
	#header img { border: none; }
	
	#logo {
		position: absolute;
		left: 50%;
		top: 10px;
		margin-left: -300px;
	}
	
	#heading {
		position: absolute;
		top: 70px;
		left: 50%;
		font-size: 300%;
		color: #000;
		text-decoration: none;
	}

	#page { width: 630px;
		margin: 120px auto 5px auto;
		border: 1px solid #ddd;
		text-align: left;
		background-color: #fff;
		border: 15px solid #7FD77C;
	}

	#footer {
		font-size: 80%; 
		margin-bottom: 30px;
		line-height: 1.7em;
	}
	#footer a {
		color: #000;
		margin: 0 0.1em;
	}
	
	.col-in { padding: 1em 3em; }

	.hide { display: none; }
	
	.clr { clear: both; height: 0; content: ' '; overflow: hidden; }
   	.clr hr { display: none; }

   	h3 { margin: 0; }
   	
   	td { vertical-align: top; padding: 0 10px 20px 0; }
	
	#prices { 
		width: 100%; 
	}
	#prices { 
		margin: 0 0 30px 0; 
	}
	#prices td, #prices th { 
		vertical-align: top; 
		font-size: 70%; 
		font-family: Verdana, "Trebuchet MS", sans-serif;
		padding: 4px 8px;
	}
	#prices th { 
		width: 30%; 
		background-color: #FFDFBF; 
		background-color: #FDC982; 
	}
	.tip { text-align: right; }
	.tip p { margin: 0; font-size: 90%; }
	#sky {
		position: absolute;
		top: 120px;
		right: 50%;
		margin-right: -455px;
		width: 125px;
	}
}
