/* @override http://axt.es/intro.css */

body {
	background-color: #000;
}

div#graphic {
	width: 677px;
	height: 196px;
	position: relative;
	margin-left: 50px;
	background: url(intro/intro.gif) no-repeat left top;
}

a#axt:link, a#axt:visited {
	position: absolute;
	top: 80px;
	width: 36px;
	height: 21px;
	text-indent: -9999px;
	left: 0;
	background: url(intro/axt.gif) no-repeat left top;
}

a#axt:hover, a#axt:active {
	background: url(intro/axt.gif) no-repeat left bottom;
}

a#art:link, a#art:visited {
	position: absolute;
	top: 80px;
	width: 123px;
	height: 21px;
	text-indent: -9999px;
	left: 95px;
	background: url(intro/art.gif) no-repeat left top;
}

a#art:hover, a#art:active {
	background: url(intro/art.gif) no-repeat left bottom;
}

a#motion:link, a#motion:visited {
	position: absolute;
	top: 80px;
	width: 167px;
	height: 21px;
	text-indent: -9999px;
	left: 245px;
	background: url(intro/motion.gif) no-repeat left top;
}

a#motion:hover, a#motion:active {
	background: url(intro/motion.gif) no-repeat left bottom;
}

.hide {
	display: none;
}

a {
	outline: none;
}