html {
	background: white url('../images/back.svg') repeat;
}
body {
	font-family: 'Glegoo', 'myriad pro', sans;
	font-size: 80%;
	color: #9B9B9B;
}
#container {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
a {
	text-decoration: none;
	color: inherit;
}
#logo {
	position: absolute;
	margin-top: 20px;
	margin-left: 22%;
	width: 56%;
	height: 42px;
	background: transparent url('../images/logo.svg') center center no-repeat;
	z-index: 10;
	text-align: center;
}
#boxLeft {
	position: absolute;
	margin-top: 40px;
	width: 22%;
	height: 2px;
	background-color: #CDCDCD;
	z-index: 1;
}
#boxRight {
	position: absolute;
	margin-top: 40px;
	margin-left: 78%;
	width: 22%;
	height: 2px;
	background-color: #CDCDCD;
	z-index: 1;
}
#tag {
	position: absolute;
	margin-top: 70px;
	margin-left: 25%;
	width: 50%;
	text-align: center;
}
#tagline {
	position: absolute;
	width: 60%;
	margin-left: 20%;
	z-index: 10;
	letter-spacing: 2px;
}
#boxBotLeft {
	position: absolute;
	width: 20%;
	margin-top: 8px;
	height: 1px;
	background-color: #9B9B9B;
	z-index: 1;
}
#boxBotRight {
	position: absolute;
	width: 20%;
	margin-top: 8px;
	margin-left: 80%;
	height: 1px;
	background-color: #9B9B9B;
	z-index: 1;
}
#content {
	position: absolute;
	margin-top: 120px;
	width: 100%;
}
#content a {
	opacity: .6;
}
#content a:hover {
	opacity: 1;
}
#dom-knows {
	position: relative;
	margin-bottom: 60px;
}
#dom-knows > h1 {
	position: absolute;
	height: 24px;
	left: 13px;
	line-height: 24px;
	font-size: 20px;
	text-align: left;
}
#dom-knows > .dom-knows-left,
#dom-knows > .dom-knows-right {
	position: absolute;
	height: 22px;
	width: 145px;
	border-top: 1px dashed #CDCDCD;
	border-bottom: 1px dashed #CDCDCD;
	overflow: hidden;
}
#dom-knows > .dom-knows-left {
	left: 150px;
}
#dom-knows > .dom-knows-right {
	left: 305px;
}
#dom-knows > .dom-knows-left > ul,
#dom-knows > .dom-knows-right > ul {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 16px;
	list-style-type: none;
}
#dom-knows > .dom-knows-left > ul > li,
#dom-knows > .dom-knows-right > ul > li {
	line-height: 22px;
	font-size: inherit;
	color: #9B9B9B;
}
#dom-knows > .dom-knows-left > ul > li {
	text-align: right;
}
#dom-knows > .dom-know-random {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 467px;
}
#dom-knows > .dom-know-random > span {
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background-color: #9B9B9B;
	cursor: pointer;
}
#dom-knows > .dom-know-random > span > span {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	left: 2px;
	top: 2px;
	line-height: 20px;
	font-size: 14px;
	border-radius: 12px;
	background-color: #CDCDCD;
	color: #FFFFFF;
	text-align: center;
}
#dom-knows > .dom-know-random > span:hover > span {
	width: 16px;
	height: 16px;
	left: 4px;
	top: 4px;
	line-height: 16px;
	font-size: 10px;
}
.sidebar {
	clear: both;
	float: left;
	width: 7%;
	font-size: 200%;
	text-align: center;
}
#labs {
	width: 100%;
}
ul.link-list {
	float: left;
	width: 90%;
	margin-left: 3%;
	list-style-type: none;
}
ul.link-list > li {
	float: left;
	height: 24px;
	margin: 4px 0 4px -6px;
}
ul.link-list > li > a {
	display: inline-block;
	height: 24px;
	padding-left: 12px;
	background-image: url('../images/linkSheet.png');
	background-size: 12px auto;
	background-repeat: no-repeat;
}
ul.link-list > li > a > span {
	display: block;
	height: 24px;
	padding: 0 12px 0 0;
	background-image: url('../images/linkSheet.png');
	background-repeat: no-repeat;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
ul.link-list > li > a > span > span {
	display: inline-block;
	height: 100%;
	padding: 0 8px;
	line-height: 24px;
	font-size: 14px;
	color: #FFF;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
ul.link-list > li.link-type-1 > a {
	background-position: 0px 0px;
}
ul.link-list > li.link-type-1 > a > span {
	background-position: right -24px;
}
ul.link-list > li.link-type-1 > a > span > span {
	background-color: #AC7878;
}
ul.link-list > li.link-type-2 > a {
	background-position: 0px -48px;
}
ul.link-list > li.link-type-2 > a > span {
	background-position: right -72px;
}
ul.link-list > li.link-type-2 > a > span > span {
	background-color: #E7A2A2;
}
ul.link-list > li.link-type-3 > a {
	background-position: 0px -96px;
}
ul.link-list > li.link-type-3 > a > span {
	background-position: right -120px;
}
ul.link-list > li.link-type-3 > a > span > span {
	background-color: #686868;
}
ul.link-list > li.link-type-4 > a {
	background-position: 0px -144px;
}
ul.link-list > li.link-type-4 > a > span {
	background-position: right -168px;
}
ul.link-list > li.link-type-4 > a > span > span {
	background-color: #A8A897;
}
ul.link-list > li.link-type-5 > a {
	background-position: 0px -192px;
}
ul.link-list > li.link-type-5 > a > span {
	background-position: right -216px;
}
ul.link-list > li.link-type-5 > a > span > span {
	background-color: #4E4747;
}
ul.link-list > li.link-type-6 > a {
	background-position: 0px -240px;
}
ul.link-list > li.link-type-6 > a > span {
	background-position: right -264px;
}
ul.link-list > li.link-type-6 > a > span > span {
	background-color: #5E6468;
}
ul.link-list > li.link-type-7 > a {
	background-position: 0px -288px;
}
ul.link-list > li.link-type-7 > a > span {
	background-position: right -312px;
}
ul.link-list > li.link-type-7 > a > span > span {
	background-color: #D0DFE7;
}
ul.link-list > li.link-type-8 > a {
	background-position: 0px -336px;
}
ul.link-list > li.link-type-8 > a > span {
	background-position: right -360px;
}
ul.link-list > li.link-type-8 > a > span > span {
	background-color: #7EA77E;
}
ul.link-list > li.link-type-9 > a {
	background-position: 0px -384px;
}
ul.link-list > li.link-type-9 > a > span {
	background-position: right -408px;
}
ul.link-list > li.link-type-9 > a > span > span {
	background-color: #C1CEB9;
}
#labs .sidebar,
#other .sidebar {
	color: #CDCDCD;
}
#web .sidebar,
#contact .sidebar {
	color: #9B9B9B;
}
.contact-info {
	float: left;
	width: 40%;
	height: 112px;
	margin-left: 3%;
	padding: 110px 0 0 50%;
	background-image: url('../images/dom.png');
	background-repeat: no-repeat;
	background-position: left 6px;
	border-bottom: 2px solid #9B9B9B;
}
.contact-info > p {
	margin-bottom: 6px;
	font-size: 14px;
	color: #9B9B9B;
}