.ele{
	background-image:url(button.png);
	cursor: move;
	position:absolute;
	width:200px;
	height:20px;
	-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
     -ms-user-select: none;
   user-select: none;
}
@font-face {
    font-family: "Century Gothic" , "Vernada";
    src: url(CenturyGothic.ttf) format("truetype");
}
@font-face {
    font-family: "Century Gothic B";
    src: url(CenturyGothic.ttf) format("truetype");
}
@font-face {
    font-family: "Century Gothic BI";
    src: url(CenturyGothic.ttf) format("truetype");
}
@font-face {
    font-family: "Century Gothic I";
    src: url(CenturyGothic.ttf) format("truetype");
}
body {
	font-family: "Century Gothic" , "Vernada";
	font-size:18px;
	background-image: url('body-bg.png');
	bgproperties="fixed";
	}
.Nav {
	font-family: "Century Gothic" , "Vernada";
	padding-left:15px;
	background-color:#999;
	width:100%;
	bottom:50px;
}
#BoxAbg {
background: rgba(0,0,0,0.5);
	}
#BoxBbg {
background: rgba(0,0,0,0.5);
	}
#Containerbg {
background: rgba(0,0,0,0.5);
	}	
.BoxA {
	border-radius: 10px;
	font-family: "Century Gothic" , "Vernada";
	width: 200px;
	height: 250px;
	padding: 5px;
	background:url('1px.png');
	background-size:auto;
	margin-left:10px;
	margin-top:10px;
	float:left;
	}
.Center {
	margin-left:auto;
	margin-right:auto;
}
.BoxB {
	float:left;
	border-radius: 10px;
	font-family: "Century Gothic" , "Vernada";
	width: 200px;
	height: 250px;
	padding: 5px;
	background:url('1px.png');
	background-size:auto;
	margin-left:10px;
	margin-top:10px;
	}
.Container {
	border-radius: 10px;
	font-family: "Century Gothic" , "Vernada";
	width: 720px;
	height: 800px;
	padding: 5px;
	background-image:url('1px.png');
	background-size:auto;
	margin-left:15px;
	margin-right:15px;
	float:right;
	margin-top:10px;
	}
.BoxAB {
	width:18.5%;
	height:600px;
	float:left;
}
.BoxG {
	border-radius: 10px;
	font-family: "Century Gothic" , "Vernada";
	width: 98%;
	height: 900px;
	padding: 5px;
	background-image:url('1px.png');
	background-size:auto;
	margin-left:15px;
	margin-top:30px;
	-webkit-box-shadow: 3px 4px 20px rgba(51, 50, 50, 0.46);
	-moz-box-shadow:    3px 4px 20px rgba(51, 50, 50, 0.46);
	box-shadow:         3px 4px 20px rgba(51, 50, 50, 0.46);
	}
.floatleft {
	float:left;
}
.floatleft_font {
	font-size:8px;
}
.floatright {
	float:right;
}
.DfBoxF {
	position: absolute;
	border-radius: 15px;
	font-family: "Century Gothic" , "Vernada";
	width: 1000px;
	min-height: 800px;
	padding: 5px;
	background: url('BBg.jpg');
	background-size: auto;
	padding-right: 20px;
	border: solid 2px #FFFFFF;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #444444;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	}
.topic {
	-moz-transition:background .1s ease-in;
	-o-transition:background .1s ease-in;
	-webkit-transition:background  .1s ease-in;
	-webkit-transition:background  .1s ease-in; 
	transition:color  .2s ease-in; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color:white;
	width:720px;
	background: rgba(255, 255, 255, 0.1);
	border-radius:10px;
}
.topic:hover {
	background: rgba(255, 255, 255, 0.2);
}
.topicT {
	font-size:18px;
	text-shadow: 1px 1px 1px gray;
	color:white;
	text-align:center;
	text-decoration:underline;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.SBar {
	height:22px;
	weight:181px;
}	
.Capital {
	color:white;
	text-shadow: 1px 1px 2px white, 0 0 1em white;
	font-family: "Century Gothic" , "Vernada";
}
.LoginInput {
	width:150px;
	height:20px;
	border:none;
	font-family:"Century Gothic" , "Vernada";
	background-image: url('button.png');
	color: #666;
	text-decoration: none;
	display:block;
	text-shadow: 1px 1px 2px grey;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	border:solid #999 2px;
}
.LoginInput:hover {
	color:#333;
	background-color:#999;
	border:solid #CCC 2px;
}
.SUB {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:135px;	
}
.LoginB {
	font-family: "Century Gothic" , "Vernada";
	text-decoration:none;
	color:#333;
	background-color:#CCC;
	border:solid #999 2px;
	border-radius:5px;	
}
.LoginB:hover {
	text-decoration:none;
	color:#333;
	border:solid #CCC 2px;
	border-radius:5px;	
}
#SMask {
    background:Black;
    font-size:0;
}
#SearchBar {
	-moz-transition:height .05s ease-in;
	-o-transition:height .05s ease-in;
	-webkit-transition:height .05s ease-in;
	transition:height .05s ease-in; 
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	width:160px;
	height:60px;
	font-family: "Century Gothic" , "Vernada";
	text-decoration:none;
	color:#333;
	background-color:#B1B1B1;
	border:solid #999 2px;
	border-radius:10px;	
}
#SearchBar:hover {
	height:170px;
}
#Variants {
	width:100%;
	font-size:12px;
	display:none;
}
.SearchButton {
	font-family: "Century Gothic" , "Vernada";
	text-decoration:none;
	color:#333;
	background-color:#CCC;
	border:solid #999 2px;
	border-radius:5px;	
}
.SearchButton:hover {
	text-decoration:none;
	color:#333;
	border:solid #CCC 2px;
	border-radius:5px;	
}
.talin  {
	width: 100%;
	height: 200px;
	background: url('1pxwh.png');
	padding 50px;
	}

.talinB  {
	width: 100%;
	height: 75%;
	background: url('1pxwh.png');
	padding 50px;
	}

a {
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	-webkit-transition:color  .2s ease-in;
	-webkit-transition:color  .2s ease-in; 
	transition:color  .2s ease-in; 
	background-image: url('button.png');
	color: white;
	text-decoration: none;
	display:block;
	text-shadow: 1px 1px 2px white;
}

a:active {
	background-image: url('buttonaB.png');
	color: #4D4F4E;
	text-decoration: none;
	text-shadow: 1px 1px 2px black, 0 0 1em white;
}
a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	background-image: url('buttona.png');
	color: black;
	text-decoration: none;
}

Da:focus {
	color: black;
	text-decoration: none;
}

a:hover {
	color: white;
	background-image: url('buttonaB.png');
	text-decoration: none;
}

ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

li
{
	float:left;
}

.shadowtext {
	text-shadow: 1px 1px 2px black, 0 0 1em white;
	color: white;
	font-size: 2em;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	background-image: url('button.png');	
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}

ul.dropdown li {
	background-image: url('button.png');
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}
<!-- Nav -->
ul.dropdown li.hover,
ul.dropdown li:hover {
	background-image: url('buttonaB.png');
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}









.ab {
	border:none;
	font-family:"Century Gothic" , "Vernada";
	background-image: url('button.png');
	color: white;
	text-decoration: none;
	display:block;
	text-shadow: 1px 1px 2px white;
}

.ab:active {
	background-image: url('buttonaB.png');
	color: #4D4F4E;
	text-decoration: none;
	text-shadow: 1px 1px 2px black, 0 0 1em white;
}

.ab:link {
	color: black;
	text-decoration: none;
}

.ab:visited {
	background-image: url('buttonaB.png');
	color: #4D4F4E;
	text-decoration: none;
}

.ab:focus {
	color: black;
	text-decoration: none;
}

.ab:hover {
	color: white;
	background-image: url('buttonaB.png');
	text-decoration: none;
}
::-moz-selection{
background:#6b6b6b;color:#fff
}
::selection{
background:#6b6b6b;color:#fff
}
.Search {
	position:absolute;
	float;left;
	width:150px;
	height:20px;
	border:none;
	font-family:"Century Gothic" , "Vernada";
	background-image: url('button.png');
	color: black;
	text-decoration: none;
	display:block;
	text-shadow: 1px 1px 2px black;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.text {
	text-decoration:none;
	text-align:center;
	color:#CCC;
	font-size:12px;
}
.Notes {
	grid-rows:5;
	width:100%;
	border:none;
	font-family:"Century Gothic" , "Vernada";
	background-image:url('GrayGr.png');
	color: black;
	text-decoration: none;
	display:block;
	text-shadow: 1px 1px 2px black;
	resize: none;
}
.se {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	float:left;
	position:absolute;
	width:50px;
	height:22px;
	border:none;
	font-family:"Century Gothic" , "Vernada";
	background-image: url('SBa.png');
	color: white;
	text-decoration: none;
	display:block;
	text-shadow: 1px 1px 2px white;
	margin-left:125px;
}
.se:active {
	background-image: url('SBh.png');
	color: #4D4F4E;
	
	text-decoration: none;
	text-shadow: 1px 1px 2px black, 0 0 1em white;
}

.se:link {
	color: black;
	text-decoration: none;
}

.se:visited {
	background-image: url('SBh.png');
	color: #4D4F4E;
	text-decoration: none;
}

.se:focus {
	color: black;
	text-decoration: none;
}

.se:hover {
	color: white;
	background-image: url('SBh.png');
	text-decoration: none;
}

#TitleNav {
		text-shadow: 1px 1px 2px white;
		color:white;
		text-align:center;
		text-decoration:underline;
}
#TitleHomeP {
		text-shadow: 1px 1px 2px white;
		color:white;
		text-align:center;
		text-decoration:underline;
}#TitleApp {
		text-shadow: 1px 1px 2px white;
		color:white;
		text-align:center;
		text-decoration:underline;
}
p#Logo {
	 transform:rotate(-2deg);
	-ms-transform:rotate(-2deg);
	-moz-transform:rotate(-2deg);
	-webkit-transform:rotate(-2deg);
	-o-transform:rotate(-2deg);
	color:white;
	font-size:38px;
	font-family:"Century Gothic" , "Vernada";
	text-shadow: 1px 1px 2px gray, 0 0 1em white;
	font-weight:bold;
	text-align:Center;
	top:1px;
}


#ox {
   -webkit-text-stroke: 1.5px white;
   color: white;
   text-shadow:
       6px 6px 0 #000,
     -2px -2px 0 #000,  
      2px -2px 0 #000,
      -2px 2px 0 #000,
       2px 2px 0 #000;
	width: 90px;
	height: 60px;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 30px;
	margin-left: 50%;
	-webkit-transform-origin:center;
	-webkit-transition: -webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;
	-o-transition-property: width,height,-o-transform,background,font-size,opacity;
	-o-transition-duration: 1s,1s,1s,1s,1s,1s;
	-moz-transition-property: width,height,-o-transform,background,font-size,opacity;
	-moz-transition-duration: 1s,1s,1s,1s,1s,1s;
	transition-property: width,height,transform,background,font-size,opacity;
	transition-duration: 1s,1s,1s,1s,1s,1s;
	border-radius: 5px;
	font-family:"Century Gothic" , "Vernada";
	text-shadow: 1px 1px 2px gray, 0 0 1em white;
	font-weight:bold;
	text-align:Center;
	top:1px;
	position:absolute;	
	}
#ox:hover {
	-webkit-transform-origin:center;
	-moz-transform: rotate(2deg);
	-webkit-transform:rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
	width: 120px;
	height: 100px;
	font-size: 30px;
	text-shadow: 1px 1px 2px gray, 0 0 1em white;
	font-weight:bold;
	text-align:Center;
}
.ChangeStyle {
	transition-property:left,top;
	transition-duration:0.5s;
	-moz-transition-property:left,top;
	-moz-transition-duration:0.5s;
	-webkit-transition-property:left,top;
	-webkit-transition-duration:0.5s;
	-o-transition-property:left,top;
	-o-transition-duration:1s;
	-webkit-box-shadow: 3px 4px 20px rgba(51, 50, 50, 0.46);
	-moz-box-shadow:    3px 4px 20px rgba(51, 50, 50, 0.46);
	box-shadow:         3px 4px 20px rgba(51, 50, 50, 0.46);
	position:fixed;
	top:50%;
	left:-175px;
	border-radius: 15px;
	font-family: "Century Gothic" , "Vernada";
	background-size:auto;
	border: solid 2px #FFFFFF;
	height:31px;
	width:190px;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
 	color:rgba(255,255,255,1.0);
	}
.ChangeStyle:hover {
	left:-10px;
	color:rgba(255,255,255,0);
}
.ChG {
	font-family:"Century Gothic" , "Vernada";
	margin-left:1px;
	width:80px;
	border:solid;
	border-radius:5px;
	border-color:#666;
	color: #CCC;
	background-color:#999;
	text-decoration: none;
	display:block;
	text-shadow: 1px 1px 2px white;
}

.ChG:active {
	width:80px;
	color: #4D4F4E;
	text-decoration: none;
	text-shadow: 1px 1px 2px black, 0 0 1em white;
	
}

.ChG:link {
	color: black;
	text-decoration: none;
}

.ChG:visited {
	color:#F30;
	text-decoration: none;
}

.ChG:focus {
	color: black;
	text-decoration: none;
}

.ChG:hover {
	color: white;
	text-decoration: none;
}
.ChS {
	font-family:"Century Gothic" , "Vernada";
	margin-left:10px;
	width:80px;
	border:solid;
	border-radius:5px;
	border-color:#666;
	background-color:#333;
	color: white;
	text-decoration: none;
	display:block;
	text-shadow: 1px 1px 2px white;
}

.ChS:active {
	color: #4D4F4E;
	text-decoration: none;
	text-shadow: 1px 1px 2px black, 0 0 1em white;
	
	border:solid;
	border-radius:5px;
	border-color:#333;
}

.ChS:link {
	color: black;
	text-decoration: none;
}

.ChS:visited {
	color:#F30;
	text-decoration: none;
}

.ChS:focus {
	color: black;
	text-decoration: none;
}

.ChS:hover {
	color: white;
	border-color:#999;
	text-decoration: none;
}