

#cat
{
	position: relative; 
	top: 60px; 
	left: 20px;
	bottom: 200px;
}

#cow
{
	position: absolute; 
	top: 60px; 
	left: 20px;
	bottom: 200px;
}

h1
{
	color: #fff;
	font-family: Futura Std Light, Futura Light, Helvetica Light, Helvetica LT Std Light,Trebuchet MS Regular, Helvetica, Trebuchet MS, Futura, Arial Regular, Arial;
	font-size: 12px;
	font-weight: 100;
	line-height: 200%;
	text-align: justify;
	word-spacing: 2px;
	letter-spacing: 1px;
}

h2
{ 
	color: #fff;
	font-family: Futura Std Light, Futura Light, Helvetica Light, Helvetica LT Std Light,Trebuchet MS Regular, Helvetica, Trebuchet MS, Futura, Arial Regular, Arial;
	font-size: 14px;
	font-weight: 100;
	line-height: 200%;
	text-align: justify;
	word-spacing: 2px;
	letter-spacing: 1px;
}


h3
{
	color: #fff;
	font-family: Futura Std Light, Futura Light, Helvetica Light, Helvetica LT Std Light,Trebuchet MS Regular, Helvetica, Trebuchet MS, Futura, Arial Regular, Arial;
	font-size: 8px;
	font-weight: 100;
	line-height: 100%;
	text-align: left;
	word-spacing: 2px;
	letter-spacing: 1px;
}


h4
{ 
	position: relative; 
	top: -15px; 
	right: -12px; 
	color: #000000;
	font-family: Futura Std Light, Futura Light, Helvetica Light, Helvetica LT Std Light,Trebuchet MS Regular, Helvetica, Trebuchet MS, Futura, Arial Regular, Arial;
	font-size: 9px;
	font-weight: 200;
	line-height: 500%;
	text-align: center;
	word-spacing: 2px;
	letter-spacing: 1px;
}



h5
{ 
	position: relative; 
	top: -15px; 
	right: -12px; 
	color: #000000;
	font-family: Futura Std Light, Futura Light, Helvetica Light, Helvetica LT Std Light,Trebuchet MS Regular, Helvetica, Trebuchet MS, Futura, Arial Regular, Arial;
	font-size: 9px;
	font-weight: 100;
	line-height: 200%;
	text-align: center;
	word-spacing: 2px;
	letter-spacing: 1px;
}

#shift
{ 
	position: relative; 
	top: -15px; 
	right: -12px; 
}



#section{
	position: absolute; 
	top: 23px; 
	left: 19px;
}


#table{
	position: absolute; 
	top: 60px; 
	left: 28px;
}




 /* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 00px;
	left: 00px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 40%;
   left: 0px;
   width: 100%;
   margin-top: -100px;
   text-align: center;
   min-width: 577px; 
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	background-color: #FFF;
	position: relative;
	text-align: right;
	width: 577px;
	height: 200px;
	margin: 0px auto;
	}

html {
	overflow-x: hidden;
	overflow-y: auto;
} 