body {
	margin: 0px;
	padding: 0px;
	background-color: #101010;
	font-family: Verdana;
	font-size: 14px;
	color: #F0FFF0;
}

a:link {
	color: #AAFF00;
    text-decoration: none
}
a:visited {
	color: #99BB99;
    text-decoration: none
}

a:hover {
	color: #F0FFF0;
	font-weight: normal;
    text-decoration: none
}

a:active {
	color: #FFF0F0;
}

div {
	border: 0px;
	border-radius: 10px;
	padding: 4px;
}

button:focus {
	outline:0;
}


#fakebody {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('images/bg1.jpg');
	background-size: cover;
	border-radius: 0px;
	padding: 0px;
}

#container {
	position: absolute;
	font-family: Tahoma;
	top: 10%;
	left: 30%;
	width: 400px;
	height: 200px;
}

#loginForm {
	padding: 10px;
	color:#00ff88;
	background-image: url(images/opacity_30.png);
}

#login {
	border: 0px;
	border-radius: 10px;
	padding: 4px;
	position: absolute;
	width: 240px;
	height: 200px;
	background-color: #101010;
	text-align: center;
	margin-top: -100px;
	margin-left: -120px;
	top: 50%;
	left: 50%;
	border: 1px solid;
}

#userEmail {
	border: 0;
	color:#ceffb7;
	background-color: #202020;
}

#password {
	border: 0;
	color:#ceffb7;
	background-color: #202020;
}

#btnLogin {
	position: absolute;
	border: 0;
	bottom: 4px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 20px;
	color:#141d10;
	background-color: #73ff00;
}

#loading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url('images/warning.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 0px;
	padding: 0px;
	z-index: 999;
}

.avatar {
	width: 100px;
	height: 100px;
}

.loader {
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -60px;
    border: 16px solid #202020;
    border-top: 16px solid #606060;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.daslink {
	height: 35px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 16px;
	line-height: 40px;
	transition: all .5s;
	color: #01f9c8;
	background-color: #000000;
	background-image: url(images/opacity_0.png);
	text-align: center;
}

.daslink:hover {
	animation-name: darkenbg;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	scale: 1.1 1.1;
	color: rgb(0, 0, 0);
	background-color: #85ff1a;
	cursor: pointer;
}

#title {
	position: absolute;
	width: 605px;
	height: 148px;
	top: 0px;
	left: 0px;
	background-image: url('images/title2.png');
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 0px;
}

#spotify {
	position: absolute;
	top: 4px;
	bottom: 400px;
	right: 4px;
	width: 400px;
	
}

#avatarImg {
	position: absolute;
	top: 150px;
	left: 20px;
	width: 128px;
	height: 128px;
}

#menu {
	position: absolute;
	width: 128px;
	top: 280px;
	left: 20px;
	bottom: 10px;
	text-align: center;
}

#main {
	position: absolute;
	top: 170px;
	left: 200px;
	right: 414px;
	bottom: 50px;
	overflow-y: scroll;
	overflow-x: scroll;
}

#footer {
	display: block;
	position: absolute;
	bottom: 10px;
	width: 500px;
	height: 14px;
	left: 50%;
	font-size: 10px;
	margin-left: -250px;
	background-image: url('images/opacity_40.png');
	text-align: center;
}

#upload_img {
	color: #00FFFF;
	background-color: #404040;
}

#upload_img_submit {
	color: #00FF00;
	background-color: #404040;
}

#imgDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 99%;
	height: 99%;
	background-image: url('images/opacity_75.png');
	z-index: 998;
}

#imgBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 98%;
	height: 98%;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.thumb_box {
	position: relative;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 210px;
	margin: 4px;
	border: 2px;
	background-image: url('images/opacity_40.png');
	overflow: auto;
	float: left;
}

.thumb_img {
	position: absolute;
}

.thumb_src {
	position: absolute;
	top: 170px;
	left: 5px;
	width: 32px;
	height: 32px;
}

.thumbnail_info {
	position: absolute;
	top: 165px;
	left: 42px;
}

.menuItems {
	background-color: #202020;
	color: #909090;
	width: 128px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}

.menuItems:hover {
	background-color: #209020;
	color: #AAFF10;
}

.menuItems:active {
	background-color: #202020;
	color: #90AA90;
}

#crazy-box {
	display: flex;
	flex-direction: column;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
}

#crazy-title {
	position: relative;
	top: 0px;
	left: 300px;
	right: 100px;
	width: 750px;
	height: 50px;
	font-size: 32px;
	color:#b4ffff;	
}

.msg {
	position: relative;
	top: 10px;
	color: #55a255;
	font-size: 16px;
	background-image: url(images/opacity_40.png);
	background-repeat: repeat;
	overflow-wrap: break-word;
}

.txt {
	
	left: 40px;
	color: #ffffff;
	font-size: 14px;
}

#meowtitle {
	background-color: #202020;
	color: #90AA90;
}

#meow {
	background-color: #202020;
	color: #90AA90;
}

#submeow {
	background-color: #202020;
	color: #90AA90;
}
