
/*   load the main media CSS file    */

@import url('../../../common/styles/media2.css');

html, body {
	margin:0;
	height:100%;
}
#flashContent {
	width:98%;
	height:98%;
}


#router_text2{letter-spacing:-.3px}
#router_text4{letter-spacing:-.4px}


@media only screen and (device-width: 768px) {
#router_text2{letter-spacing:0px}
#router_text4{letter-spacing:0px}
}