
/*   load the main media CSS file    */

@import url('../../../common/styles/media2.css');

html, body {
	margin:0;
	height:100%;
}
#flashContent {
	width:98%;
	height:98%;
}
.width50{
	width:50%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#ID_static_2,#ID_static_3,#ID_static_4{
		left:-10px !important;
	}
}
