/*
#############################################################
### Author:		Joshua Jarman [josh@redesigned.com]		  ###
### Copyright:	Copyright 2007 - All rights reserved.     ###
#############################################################
*/
#Scorpion {
	position: absolute;
	display: block;
	height: 95px;
	width: 95px;
	top: 350px;
	left: 108px;
}
#Scorpion[id] { /*anything but ie5-6*/
	background: url('/templates/design_002/images/scorpion.png') left top no-repeat;
}
* html #Scorpion { /*ie5-6 fix*/
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/design_002/images/scorpion.png',sizingMethod='scale');
}
#SplashLink {
	position: absolute;
	display: block;
	top: 0px;
	height: 20px;
	width: 100px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 540px 650px 20px 50px;
	z-index: 999;
}
#PrimaryNavigation {
	visibility: hidden;
}