/***** Global Settings *****/

@import url(reset.css);

body, html { 	
	height: 100%; width: 100%;
	margin: 0;
 	}

/***** Font Styles *****/


/***** Layout Elements (from top left to bottom right) - for 1024px width *****/

#outer {
	position: relative; 
	height: 100%;
	margin-left: auto; margin-right: auto;
	overflow: visible; 
	position: relative; }
	
#outer[id] { display: table; position: static; }

#middle {
	position: absolute; 
	top: 50%; } /* for explorer only*/
	
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner { 
	position: relative; 
	width: 600px; 
	margin-left: auto; margin-right: auto;
	top: -50%; } /* for explorer only */
		
/* optional: #inner[id] {position: static;} */

#inner img {
	margin: 5px;
}

#splash {
	position: relative;
	display: block;
	background: white url('../images/frontpage.jpg') no-repeat 10px 20px;
	width: 600px;
	height: 410px;	
}

#navwrapper {
	position: relative;
	left: 10px;
	top: 20px;
}

#splash a {
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.3;
	
}

#splash a:hover {
	/* for IE */
	filter:alpha(opacity=0);
	/* CSS3 standard */
	opacity:0;
}

#splash #about a {
	width: 293px;
	height: 164px;
	left: 10px;
	top: -2px;
	display: block;
	position: absolute;
	background: white;
	border: 1px solid #999;
	padding: 1px;
}

#splash #media a {
	width: 248px;
	height: 139px;
	left: 312px;
	top: 23px;
	display: block;
	position: absolute;
	background: white;
	border: 1px solid #999;
	padding: 1px;
}

#splash #stories a {
	width: 252px;
	height: 142px;
	left: 11px;
	top: 171px;
	display: block;
	position: absolute;
	background: white;
	border: 1px solid #999;
	padding: 1px;
}

#splash #resources a {
	width: 139px;
	height: 186px;
	left: 272px;
	top: 171px;
	display: block;
	position: absolute;
	background: white;
	border: 1px solid #999;
	padding: 1px;
}

#splash #adopt a {
	width: 139px;
	height: 186px;
	left: 420px;
	top: 171px;
	position: block;
	position: absolute;
	background: white;
	border: 1px solid #999;
	padding: 1px;
}
