body, #taken, #all {
	height: 100%;
}

a {
	text-decoration: none;
	color: #8693F7;
}

a:hover {
	text-decoration: underline;
}

#taken {
	position: absolute;
	z-index: -1000;
	right: 0;
	top: 0;
}

#all {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#domain {
	margin-left: 70px;
	margin-top: 100px;
	font-size: 150%;
	color: #808080;
	font-family: fantasy;
}

#domain span {
	color: #C4C4C4;
}

#text {
	margin-left: 70px;
	margin-top: 30px;
	color: #808080;
	font-family: sans-serif;
	width: 500px;
	text-align: justify;
	font-size: 12px;
	line-height: 160%;
}

#contacts1 {
	padding-left: 20px;
	float: left;
	width: 22%;
}
#contacts2 {
	float: right;
	width: 73%;
}
#ads {
	position: absolute;
	bottom: 15px;
	left: 5px;
	font-size: 11px;
	z-index: 5000;
}
#ads a {
	color: #002385;
	text-decoration: undeline;
}