* {
	-moz-box-sizing:	border-box;
	box-sizing:		border-box;
}

.png img {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}

/* === GL-super idea === */
div.abs {
	position:		relative;
	width:			100%;
	height:			100%;
	z-index:		0;
}
/* крайне нежне-парвая точка */
div.abs div.goRightBottom,
div.abs div.goBottomRight {
	position:		absolute;
	display:		block;
	left:			100%;
	top:			100%;
}
/* ========================= */

body,
td {
	font-family:		Arial;
	font-size:		0.75em;
	color:			#cccccc;
/*	letter-spacing:		0em;*/
}
a {
	color:			#9F0D0D;
}
a:hover {
	color:			#9F0D0D;
}
table {
	border-collapse:	collapse;
}
td {
	margin:			0em;
	padding:		0em;
}
img {
	border:			none;
}
/* === */

h1 {
	font-size:		100%;
	font-weight:		bold;
	padding:		0 0 5 0;
	margin:			0;
	color:			#000000;
}

.content {
	color:			#888888;
/*	text-align:		justify;*/
}

.content p {
	width:			66%;
	padding:		0 0 10 0;
	margin:			0;
}
.contact {
	color:			#000000;
}
span.marked {
	position:		relative;
	top:			-2px;
}
