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

a{
	color: #ff8000;
}


#IndexMAIN #ENTERBot a{
	color: #ffffff;
	border-color: gray;

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

}



#IndexMAIN #ContactSectBlock a{
	color: #ffffff;
	border-color: gray;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c90000), color-stop(0.00, #ff0000));
	background: -webkit-linear-gradient(top, #ff0000 0%, #c90000 100%);
	background: -moz-linear-gradient(top, #ff0000 0%, #c90000 100%);
	background: -o-linear-gradient(top, #ff0000 0%, #c90000 100%);
	background: -ms-linear-gradient(top, #ff0000 0%, #c90000 100%);
	background: linear-gradient(top, #ff0000 0%, #c90000 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;
}

