@charset "UTF-8";
/* CSS Document */
a{
	text-decoration:none;
	color:#000;
}

a:hover{
	/*text-decoration:underline;*/
	text-decoration:blink;
	color:
	#3C3
}

#mainContainer{
	background-image:url(hands.jpg);
	height:900px;
	width:1285px;
}

#textBox{
	background-color:#FFF;
	width:248px;
	padding-top:18px;
	padding-bottom:29px;
	/*margin-left:392px;
	margin-top:250px;*/
	z-index:2;
	position:absolute;
	left: 517px;
	top: 283px;
	font-family:"Courier New", Courier, monospace;
	height: 204px;
}

em{
	font-style:normal;
	color:#0C3;
}
	
