body {
	background-color: white;
	margin:0;
}
img, svg {
	position: absolute;
	border:0;
}
div {
	position: absolute;
}
.hidden {
	opacity: 0;
}
.gone {
	display: none;
}
.fullsize {
	height: 250px;
	width: 300px;
}
.fullsize-extend {
	height: 250px;
	width: 325px;
}

#ad-container {
	position: absolute;
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-color: #39a2ff;
	opacity: 0;
}

#ad-container a {
	width: 300px;
	height: 250px;
	position: absolute;
	overflow: hidden;
	text-decoration: none;
}

.masker {
	width: 300px;
	height: auto;
}

#shine {
	top: 210px;
	left: 200px;
}

#border-top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1px;
	z-index: 9000;
	background-color: rgb(0, 0, 0);
}

#border-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	z-index: 9000;
	background-color: rgb(0, 0, 0);
}

#border-right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	z-index: 9000;
	background-color: rgb(0, 0, 0);
}

#border-bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	z-index: 9000;
	background-color: rgb(0, 0, 0);
}
