*,*:before,*:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
html {
	height:100%;
	background:black url('bgr1.jpg');
}
body {
	height:100%;
	background:url('bgr2.jpg') 50% 100% repeat-x;
	font-family:Arial,Verdana,sans-serif;
	font-size:15px;
	color:white;
	margin:0;
	padding:0;
}
table {
	border:0px;
	border-collapse:collapse;
}
td {
	padding:0px;
	font-family:Arial,Verdana,sans-serif;
	font-size:15px;
	color:white;
}
a:link,a:active {
	text-decoration:underline;
	color:blue;
}
a:hover {
	text-decoration:underline;
	color:red;
}
a:visited {
	color:purple;
}
img {
	border:0px;
}
hr {
	color:gray;
	height:1px;
	border:none;
	background:gray;
}
div {
	overflow:auto;
	/* outline:red solid 1px; */
}

.allwid {
	width:100%;
}
.centxt {
	text-align:center;
}
.clrall {
	clear:both;
}
.fontbd {
	font-weight:bold;
}

.page {
	background:url('bgr3.jpg') 50% 0% repeat-x;
	width:100%;
	height:100%;
}
.content {
	margin:0 auto;
	max-width:800px;
}
.slogon {
	text-align:center;
	margin:20px;
}
.colone {
	float:left;
	width:50%;
	min-width:380px;
}
.coltwo {
	width:50%;
	min-width:380px;
}
.kcolb {
	margin:0px 20px 20px;
	border:2px solid #ccccff;
	border-radius:0px 50px;
	background:url('bgr1.jpg');
	padding:10px;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	filter:alpha(opacity=70);
}
.kcolb:hover {
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	filter:alpha(opacity=100);
}
.txet {
	overflow:visible;
	padding-bottom:15px;
}
.avatar {
	float:right;
	margin-left:20px;
}
.avapic {
	border:2px solid #ccccff;
	border-radius:50%;
	width:80px;
	height:80px;
	vertical-align:middle;
}
a.destil {
	font-weight:bold;
	font-size:16px;
}
a.destil:link,a.destil:active {
	text-decoration:underline;
	color:#ccccff;
}
a.destil:hover {
	color:#ffcccc;
}
a.destil:visited {
	color:#ffccff;
}
a.destil[target="_blank"] {
	background:url('exlink.png') 100% 0% no-repeat;
	padding-right:15px;
}
