* {
    margin:0px;
    padding:0px;
    border:none;
    border-width:0px;
    border-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	/*background-color:#deddd9;*/
	background-color: #101010;
}

h3 {
	font-size: 18px;
}

p {
	font-size: 16px;
}

p a {
	color: rgb(8, 8, 8);
}

li.footernav a {
	display: block;
	color: rgb(120, 120, 120);
	text-align: center;
	/*padding: 5px 5px;*/
	padding: 2px 8px 2px 0px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

li.footernav a:hover {
	/*background-color: rgb(36, 36, 36);*/
	/*background-color: rgba(50, 50, 250, 0.5);*/
	background-color: #101010;
	color: #cecece;
  }

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*background-color: rgb(5, 5, 5);*/
	background-color: rgba(5, 5, 5, 0.75);
	text-align: center;
}
  
li {
	/*float: left;*/
	display: inline-block;
}

li a {
	display: block;
	color: rgb(185, 185, 185);
	/*color: #efefef;*/
	text-align: center;
	padding: 10px 16px;
	text-decoration: none;
	/*font-weight:700;*/
	font-size: 16px;
}

li a:hover {
	/*background-color: rgb(36, 36, 36);*/
	/*background-color: rgba(50, 50, 250, 0.5);*/
	background-color: rgba(34, 97, 250, 0.5);
	color: #efffff;
  }

#topnav {
	
	/*height: auto;*/
	height: 39px;
	/*width: 100%;*/
	width: 1000px;
	margin: -39 auto 0 auto;
	/*background-color:#080808;*/
	overflow: visible;
	/*opacity: 0.75;*/
}

#topline {
	height: 27px;
	/*height: 40px;*/
	width: 100%;
	background-color:#000000;
	overflow: visible;
}

#topimage_name {
	padding: 8 0 0 0;
	margin: 0 auto;
	width: 1000px;
	overflow: visible;
	font-size: 28px;
	color: #d8ec92;
	text-align: right;
	text-shadow: 2px 2px 4px #404040;
}
#topimage_desc {
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 1000px;
	overflow: visible;
	font-size: 18px;
	color: #babf92;
	/*color: #e0e0e0;*/
	/*text-shadow: 2px 2px 8px #0000f0;*/
	text-align: right;
}

.toplinetext
{
	color: #94a394;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-top: 7px;
}

.toplinetext a {

	color:inherit;
	text-decoration: none;
}

.linkstyle
{
	color:inherit;
	text-decoration: none;
	font-weight: bold;
}

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#toplinecontent {
	margin: 0 auto;
	width: 1000px;
	/*height: 27px;*/
	height: 100%;
	
	
	/*background-color: rgb(20, 20, 20);*/
	/*background-image: url(images/logo.png);
	//background-repeat: no-repeat;
	//background-position: 0px 3px;
	//background-size: 155px 33px;*/
	overflow: visible;
}

#topbackimage {
	width: 100%;
	/*height: 661px;*/
    height: 255px;
	margin-top: 0px;
	background-image: url(images/backimg_0.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	min-width: 1000px;
}

#rcname {
	color: #fbf8ed; 
	background-color: #3e4448; 
	width:auto;
	display: inline-block;
	margin-bottom: 16px;
	padding: 6px 20px;
	border-radius: 16px;
}

#playbutton {
	color: #f0f5fb; 
	background-color: #1a88ef; 
	width:auto;
	/*display: inline-block;*/
	margin: 340px 8px 8px 8px;
	padding: 6px 20px;
	border-radius: 18px;
	float: right;
}

#playbutton2 {
	color: #f0f5fb; 
	background-color: #3b6783; 
	width:auto;
	/*display: inline-block;*/
	margin: 8px 8px 8px 8px;
	padding: 6px 26px;
	border-radius: 18px;
	float: right;
	font-size: 18px;
}


#mainframe_container {
	background-color:#deddd9;
	width: 100%;
}

#mainframe {
	margin: 0px auto;
	width: 1000px;
	min-height: 600px;
	/*height: 1000px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#38362c;
	/*background-color: aliceblue;*/
	/*background-color:#efefef;*/
	
}

#vsp20 {
	margin: 0 auto;
	width: 100%;
	height: 20px;
	/*background-color: aqua;*/
}

.aquablock
{
	margin: 2px;
	padding: 4px;
	background-color: cornflowerblue;
}

.shop_container
{
	width: 230px;
	height: 335px;
	background-color: #ceccc2;
	margin: 8 8 8 8;
	display: inline-block;
	padding: 2px;

}

.shop_content
{
	background-color: #ebf4f7;
	width: 100%;
	height: 100%;
	/*margin: 2px;
	padding: 0px;*/	
}
.shop_icon
{
	max-width: 100%;
  	height: auto;
}
.shop_content_text
{
	color: #637379;
	text-align: center;
}
.shop_price
{
	margin-top: 8;
	color: #e27945;
	text-align: center;
}
.shop_button
{
	width: auto;
	/*height: 36;*/
	background-color: #19759a;
	color: #dcf0d4;
	text-align: center;
	padding: 6;
	margin: 6;
}

#footer {
	margin: 0 auto;
	height: 96px;
	width: 100%;
	/*background-color: #10100e;*/
	background-color: #101010;
	/*background-image: url(images/bg3.gif);
	background-repeat: repeat-x;
	background-position: center bottom;*/
}

::selection {
	color: #ffffff;
	background: #0462cf;
}

#footercontent {
	margin: 10 auto;
	width: 1000px;
	height: 100%;
	/*background-color: rgb(20, 20, 20);*/
	/*background-image: url(images/logo.png);
	//background-repeat: no-repeat;
	//background-position: 0px 3px;
	//background-size: 155px 33px;*/
	overflow: visible;
}

#footertext {
	/*margin: 2px;*/
	padding: 0 0 0 0;
	font-size: 12px;
	color: #505050;
	text-align: left;
	/*display: inline-block;*/
	/*background-color: #0462cf;*/
}

.footernav
{
	/*display: inline-block;*/
	/*text-align: left;*/
	/*text-align: right;*/
	margin: 2px;
	padding: 2 4 0 0;
	background-color: #101010;
	/*background-color: #901010;*/

	padding: 2px 8px 2px 0px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	/*color: rgb(80, 80, 80);*/
	color: rgb(120, 120, 120);
}

.centerbutton
{
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.accinput
{
	padding-left: 8px; 
	font-size: 17px; 
	margin-left: 8px; 
	color: #e9f0f4; 
	width: 374px; 
	height: 38px; 
	background-color: #009cff; 
	border-radius: 6px; 
	margin: 0 0;
}

::placeholder {
	color: #e9f0f4;
	opacity: 1; /* Firefox */
  }
  
::-ms-input-placeholder { /* Edge 12 -18 */
	color: #e9f0f4;
  }