/* CSS 
 ***********************************************/

/**
 VERTICAL CENTERING
 Credits to Matthew Tretter
 http://exanimo.com/css/vertical-centering-with-a-floated-shim/
**/

/* Globals */
* { 
	margin: 0; 
	padding: 0;
	outline: none; }
html, body { height: 100%; }


img { border: none; }


#spacer {
	visibility: hidden;
	width: 100%;
	height: 50%;
	float: left; }
#full #spacer { margin-top: -420px; }

#home #container {
	width: 855px;
	height: 840px; }
#full #container {
	width: 855px;
	height: 840px;
	margin: auto;
	clear: both;
	position: relative;
	top: -420px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */ 
}

#noflash {
	padding: 20px;
	background-color: #eee; }

/* Hide from IE5mac \*//*/
#spacer { display: none; }
html, body { height: auto; }
/* end hack */