/* CSS Document */
* { margin: 0px; padding: 0px; border: 0px;}
* html{
filter:expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	background: #000000;
}
.opening {
	margin: 50px auto;
	width: 520px;
}

.fromhere a {
	height: 30px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/fromhere.gif) no-repeat left top;
	display: block;
	text-indent: -2501%;
	/*\*/
	overflow: hidden;
	/**/
}

.fromhere a:hover {
	height: 30px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/fromhere.gif) no-repeat right top;
}