.glp-logo
{
    background: url('/content/games/images/asuspba/pba-title.jpg') center center no-repeat;
    width: 980px;
    height: 391px;
}

.tagline
{
	margin: 0px 0px 0px 0px
}

.aura
{
    background: url("/content/games/images/asuspba/aura-bg.jpg") center center no-repeat;
    width: 980px;
	height: 204px;
}

.aura p
{
    float: right;
	text-align: right;
    margin: 20px 5px 20px 0px;
	width: 700px
}

.mbd-gpu
{
    background: url("/content/games/images/asuspba/mbd-gpu.jpg") center center no-repeat;
    width: 980px;
	height: 400px;
}

.mbd-gpu-txt
{
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	width: 980px;
	text-align: center;
	
}

.mbd-gpu-txt p
{
    display: inline-block;
	text-align: center;
    padding: 20px 20px 20px 0px;
	margin: 0px 0px 0px 0px !important;
	width: 800px;
	color: #FFFFFF;
}

.dom
{
    background: url("/content/games/images/asuspba/dominate.jpg") center center no-repeat;
    width: 980px;
	height: 450px;
}

.final
{
    background: url("/content/games/images/asuspba/bottom.jpg") center center no-repeat;
    width: 980px;
	height: 65px;
}

	@keyframes colorrun{
		from{
			-webkit-filter:hue-rotate(0deg);
			filter:hue-rotate(0deg);
		}
		to  {
			-webkit-filter:hue-rotate(359deg);
			filter:hue-rotate(359deg);
		}
	}

	.color-split span{
		display: block;
		/*width: 48.4375%;*/
		width: 980px;
		height: 2px;
		margin:0px auto 0px;
		background: rgba(199,207,221,.5); /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(left,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(left,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(left,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Fx 3.6 to 15 */
		background: linear-gradient(to right, red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F); /* Standard syntax */
	}