* {
padding:0;
margin:0 auto;
}
#introcontainer {
	position:relative;
	width:800px;
	height:400px;
	background:url(introbg.jpg) no-repeat;
	margin-top:80px;
	}
#intro {
	position:absolute;
	width:400px;
	height:200px;
	margin-top:97px;
	margin-left:198px;
	z-index:1;
	}
	
#tool {
	position:absolute;
	width:213px;
	height:233px;
	z-index:99;
	left:430px;
	top:170px;
	}
a {
	font:bold 1em "Arial", serif;
	color:#0033CC;
	text-decoration:none;
	}
a:hover {
	color:#FF0000;
	}

