/* ----------------------------------------------------------------------------- */
/* MOBILE VERSION */
	
body {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
	margin: 0px;
}
#header {
	background-image: url('/images/header.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 75px;
	max-width: 830px;
	margin: 0 auto;
	text-align: right;
}

@media only screen and (min-width: 960px) {
	#header {
		background-image: url('/images/header2.png');
		height: 110px;
		max-width: 960px;
	}
}