body{
	background-color: #000000;
	color: #ffffff;
}

a{
	color: #990099;
}


#IndexMAIN #ENTERBot a{
	color: #ffffff;
	border-color: #3d003d;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #660066), color-stop(0.00, #ab01ab));
	background: -webkit-linear-gradient(top, #ab01ab 0%, #660066 100%);
	background: -moz-linear-gradient(top, #ab01ab 0%, #660066 100%);
	background: -o-linear-gradient(top, #ab01ab 0%, #660066 100%);
	background: -ms-linear-gradient(top, #ab01ab 0%, #660066 100%);
	background: linear-gradient(top, #ab01ab 0%, #660066 100%);

}



#IndexMAIN #ContactSectBlock a{
	color: #ffffff;
	border-color: #3d003d;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #660066), color-stop(0.00, #ab01ab));
	background: -webkit-linear-gradient(top, #ab01ab 0%, #660066 100%);
	background: -moz-linear-gradient(top, #ab01ab 0%, #660066 100%);
	background: -o-linear-gradient(top, #ab01ab 0%, #660066 100%);
	background: -ms-linear-gradient(top, #ab01ab 0%, #660066 100%);
	background: linear-gradient(top, #ab01ab 0%, #660066 100%);

}


#IndexMAIN .IndexCome{
	color : #ffffff;
	font-size: 16px;

}


.DivBoxColor{
        background-color: rgba(0,0,0,0.6);
	border-color : gray;

}

.pcbanbase{
	color: #ffffff;
	display: block;
	border-color: gray;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, rgba(50,50,50,0.8)), color-stop(0.00, rgba(203,203,203,0.8)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.8) 0%, rgba(0,0,0,0.8) 100%);
	background: -moz-linear-gradient(top, rgba(50,50,50,0.8) 0%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(50,50,50,0.8) 0%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(50,50,50,0.8) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(top, rgba(203,203,203,0.8) 0%, rgba(0,0,0,0.8) 100%);

}

.pcbanbase a{
	color: #ffffff;
}

