
@import url("reset.css");
@import url("typography.css");
@import url("layout.css");
@import url("widgets.css");

.accessHide,
.accessHide * {
	position: absolute;
	left: -9000px;
	top: -9000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.accessImage {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
}

.accessImage * {
	position: absolute;
	left: -9000px;
	top: -9000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}