html,
body {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
body {
	opacity: 0;
}
#socialHolder {
	position: absolute;
	top: 0;
}
#socialHolder.left {
	left: 0;
}
#socialHolder.right {
	right: 0;
}
#holder {
	display: inline-block;
	height: 100px;
	line-height: 100px;
	font-size: 40px;
	position: absolute;
	opacity: 1;
}
#holder.left {
	left: 0;
}
#holder.right {
	right: 0;
}
#nameHolder {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 0 20px;
	max-height: 100px;
	white-space: nowrap;
}
.name {
	position: relative;
	display: block;
	top: 0;
	left: 0;
}
#iconBox {
	width: 140px;
	height: 140px;
	position: absolute;
	top: -20px;
}
#iconBox.left {
	right: -120px;
}
#iconBox.right {
	left: -120px;
}
#iconBox svg {
	position: absolute;
	width: 140px;
	height: auto;
	z-index: 99;
}
#bigLeft,
#littleLeft,
#littleRight,
#bigRight,
#littleUp,
#bigDown,
#bigUp {
	visibility: hidden;
}
#canvasHolder {
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 999;
	transform: scale(0.5);
}
#canvas {
	position: absolute;
	top: 0;
	left: 0;
}
#svg {
	enable-background: new 0 0 140 140;
}
