@media screen {

	/* STRUCTURAL LAYOUT */
	
	html, body { 
		width: 100%; height: 100%; margin: 0px;
		font-family: Gill Sans, Geneva,Century Gothic,  sans-serif; font-size: 10pt; color: #838383;
	}
	#outer[ id ] {
		display: table;
		margin-right: auto; margin-left: auto;
	}
	#outer {
		width: 100%; height: 100%;
		overflow: hidden;
		position: relative;
	}
	#middle {
		position: absolute; top: 50%;
		margin-right: auto; margin-left: auto;
	}
	#middle[ id ] {
		display: table-cell;
		vertical-align: middle;
		position: static;
		margin-right: auto; margin-left: auto;
		#position: absolute; #top: 50%;
	}
	#inner[ id ] {
		background-color: #FFFFFF;
		margin-right: auto; margin-left: auto;
		text-align: right;
		#position: relative; #top: -50%
		width: 900px; height: 480px;
	}
	
	#inner {
		border-top: 1px solid #b2b2b2;
		background-image: url( "../graphics/home_feet.jpg" ); background-position: left center; background-repeat: no-repeat; 
		border-bottom: 1px solid #b2b2b2;
		background-color: #FFFFFF;
		width: 900px; height: 480px;
		position: relative; top: -50%;
		margin-right: auto; margin-left: auto;
	}

	/* LINKS */	

	a:link { color: #838383; text-decoration:none;  }
	a:hover, active {  }
	a:visited { color: #838383; text-decoration:none; }
	
}