body {
	background-color: black;
	background-image: url('i/bg1.jpg');
	background-repeat: repeat, repeat;
}
.dtop {
	display: flex;
	align-items: center;
}
.cnv {
	justify-content: space-around;
	flex-direction: column;
}

* { padding: 0px; margin: 0px; border: none; }
img { border: 0px; }
.vcenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.line  { clear:both; }
.left  { float: left; }
.right { float: right; }

.W100  { width: 100%; }
.w100  { width: 100px; }
.h30   { height: 30px; }
.ml10  { margin-left:10px; }
.mr10  { margin-right:10px; }
.cc  { text-align: center; }

.bg    {
	background-color: black;
	background-image: url('i/bg1.jpg');
	background-repeat: repeat;
}

a       { font-family:Verdana; font-size:12px; text-decoration:none; color:#c09c3f; }
a:hover { color:#e4de9a; } 

.unselectable {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.fb_dialog {z-index: 99999 !important;}

.dbgR    {
	background-color: rgba(255,0,0, 0.5);
}
