* 
{
	margin:				0;
	padding:			0;
}

html, body 
{
	height:				100%;
	width:				100%;
}

body 
{
	background-color:	#8c8c8c;
	font-family:		Lucida Sans Unicode;
	overflow:			hidden;
	color:				#333333;
}

#content
{
	z-index:			99;	
	position:			absolute;
	top:				1em;
	left:				1em;
	color:				white;
}

#welcome
{
	font-size:			2em;
}

#introduction
{
	font-size:			1.2em;
}

#themes, #quicklinks
{
	margin-top:			1em;
}

#verysmall
{
	position:			absolute;
	bottom:				1em;
	left:				1em;
	z-index:			200;
	color:				black;
}

a:link { color: white }
a:visited { color: white }

#verysmall a:link { color: black }
#verysmall a:visited { color: black }

li
{
	z-index:			150;
	list-style-type:	none;
}

#banner span
{
	display:			none;
}

#theme1
{
	position:			absolute;
	bottom:				0px;
	left:				50%;
	margin-left:		-325px;
	height:				405px;
	width:				595px;
	background:			url('hand.png') no-repeat;
	z-index:			49;
}

#theme2
{
	height:				278px;
	width:				300px;
	left:				50%;
	position:			absolute;
	margin-left:		-130px;
	bottom:				300px;  	
	background:			url('banner.png') no-repeat;	
	z-index:			50;
}

#theme3
{
	position:			absolute;
	top:				0;
	left:				0;
	height:				1024px;
	width:				100%;
	margin-top:			-250px;
	background:			url('background.jpg') repeat-x;
	z-index:			0;
}


