#BottomMenu-Pos
{
	position: fixed;
	_position: absolute;
	_top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	bottom: 0px;
	left: 50%;
	margin-left: -402.5px; 
	width: 805px;
	height: 25px;
	z-index: 1;
	background-image:url("../images/MainMenuBG.png");
}

.PreLoad
{
	Position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	visibility: none;
}

/* HOME ELEMENTS */
#GeekButton
{
	position: absolute;
	width: 106px;
	height: 37px;
	left: 680px;
	top: 295px;
	z-index: 1;
}

#twitter-background
{
	position: absolute;
	width: 225px;
	height: 300px;
	left: 2px;
	top: 310px;
	z-index: 0;
}

#twitter-link
{
	position: absolute;
	width: 60px;
	height: 60px;
	left: 15px;
	top: 285px;
	z-index: 1;
}

.twitter-text
{
	font-size: 70%;
	font-weight: normal;
	color: #000;
	position: absolute;
	width: 200px;
	left: 0;
	top: 345px;
	z-index: 1;
}

#home-background
{
	position: absolute;
	width: 570px;
	height: 300px;
	left: 50%;
	margin-left: -285px; 
	top: 210px;
	z-index: 0;
}

.home-text
{
	position: absolute;
	width: 535px;
	left: 50%;
	margin-left: -267.5px; 
	top: 235px;
	z-index: 1;
}

.home-bottom
{
	position: absolute;
	width: 800px;
	left: 0;
	top: 625px;
	font-size: 60%;
	font-weight: normal;
	font-family: verdana;
	color: #000;
	text-align: center;
	z-index: 1;
}