/*Testing*/
/*@import url("group-screen.css");
@import url("group-mobi.css");*/
/*end testing*/
@import url("group-screen.css") only screen and (min-device-width:481px);
@import url("group-mobi.css") handheld, only screen and (max-device-width:480px);

@media only screen and (max-device-width: 1024px) and (orientation:landscape){
	#index {
		background-position: -173px 20px;
	}
	#wrapperIndex {
		width:890px;
		top:0;
		left:0;
		margin-left: 0;
		margin-top: 0;
		/*padding-right:112px;*/
		padding-left:45px;
	}
	#CMTwrapper {
	left: 525px;	
	}
}
@media only screen and (max-device-width: 767px) {
	#wrapper {
		top:0;
		left:0;
		margin-left: 5;
		margin-top: 5;
	}
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #4c4c4c;
	color: #FFFFFF;
}
