/*************************************/
/* Dave Heppenstall - Heppenstall.ca */
/* E-mail dave AT heppenstall DOT ca */
/*************************************/

/* --------------------------------- */
/* -- Tabs                        -- */
/* --------------------------------- */

div.shade {
	position:			absolute;
	left:				0px;
	top:				0px;
	width: 				780px;
	height: 			40px;
	background-color: 	#000000;
	opacity:			0.7;
	filter:				alpha(opacity=70);
}

div#welcome {
	position:			absolute;
	left:				0px;
	top:				295px;
	width: 				780px;
	height: 			135px;
	background-color: 	#000000;
	opacity:			0.7;
	filter:				alpha(opacity=70);
	display:			none;
}

div#welcome_prime {
	position:			absolute;
	left:				0px;
	top:				350px;
	width: 				780px;
	height: 			80px;
	background-color: 	#000000;
	opacity:			0.7;
	filter:				alpha(opacity=70);
	display:			block;
}
