/* body */
body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow:auto;
	background-color:#000;
	scrollbar-arrow-color:#666666;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#4d4d4d;
	scrollbar-3dlight-color:#4d4d4d;
	scrollbar-darkshadow-color:#4d4d4d;
	scrollbar-shadow-color:#4d4d4d;
	scrollbar-track-color:#4d4d4d;
	font-size:18px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#f8f8f8;
	cursor:default;
}
::-webkit-scrollbar {
 width:10px;
 height:10px;
 background-color:transparent;
}
::-webkit-scrollbar:hover {
 background-color:transparent;
}
::-webkit-resizer {
 -webkit-border-radius:4px;
 background-color:transparent;
}
::-webkit-scrollbar-thumb {
 min-height:0.8em;
 min-width:0.8em;
 background-color: #666666;
 box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-thumb:hover {
 background-color: #666666;
}
::-webkit-scrollbar-thumb:active {
 background-color:#666666;
}
/* Hidden content */
.linkscontent {
	display:none;
}
/* remove focus border */
:focus {
outline: 0;
}
/* boxes */
#Loadr {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.3);
	position:fixed;
	left:0px;
	width:100%;
	top:0px;
	height:100%;
	z-index:999;
	background-attachment:fixed;
	background-image:url(../images/loader.gif);
	background-position:center 50px;
	background-repeat:no-repeat;
}
#DivMenu {
	background-color:#000000;
	position:fixed;
	top:5px;
	right:5px;
	width:auto;
	height:auto;
	z-index:5;
	cursor:pointer;
	font-size:100%;
	font-weight:bold;
	display:none;
}
#DivMain {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	overflow:auto;
	z-index:2;
	display:none;
}
/* menu */
.menus {
	background-color:#FFFFFF;
	-khtml-border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	border:0px;
	color:#000;
	text-align:center;
	height:100px;
	width:100px;
	outline:none;
}
/* text */
.ctxt {
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
/* h text */
h2 {
	font-weight:bold;
	font-size:80%;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	padding:0;
}
