@media only screen and (max-width:1750px){
	body{
		background-color:#2e2d44;
	}
	#bimg{
		width:80%;
	}
	
	#gimg{
		width:80%;
	}
}

@media only screen and (max-width:980px) and (orientation:landscape){
	#bimg{
	    margin:55% auto auto auto;
	}

    .left{
	    background-position:0px 60px;
	}
	
	#gimg{
	    margin:55% auto auto auto;
	}

    .right{
	    background-position:0px 60px;
	}

}

@media only screen and (max-width:980px) and (orientation:portrait){
	#bimg{
		display:none;
		float:right;
		width:40%;
	    margin:80px auto auto 50%;
	}

    .left{
		width:87%;
		height:50vh;
	    background-position:center 100px;
		text-align:right;
	}
	
	.left:hover{
		background-color:#2e2d44;
	    background-image:url(../images/business02.jpg);
	}
	
	#gimg{
		display:none;
	    margin:55% auto auto auto;
	}

    .right{
		clear:both;
		float:left;
		width:87%;
		height:50vh;
	    background-position:center 100px;
		background-color:#ffffff;
	background-image:url(../images/games01.jpg);
	}
	
	.link{
	display:inline;
	width:100%;
	height:100%;
	z-index:0;
	}
	
	#turnaround{
	    display:none;
}

    #center{
		display:inline;
}

#center2{
		display:inline;
		min-height:310px;
}

#lang{
	width:80%;
	max-width:50px;
	max-height:33px;
	border-width:0px;
}

/*@media only screen and (max-width:500px){
	.left{
		height:50%;
		width:100%;
	}
	
	.right{
		clear:both;
		float:left;
		height:25%;
		width:100%;
	}
	
	#bimg{
		margin-top:30vh;
	}
	
	#bimg{
		margin-top:30vh;
	}*/
}