/*** ANZ Zebrafish Conference ***/

body { background: url(gfx/background.png) center -100px repeat-x; }
.titleinner { padding-top: 203px; background: url(gfx/anzzebrafish_banner.jpg) left -136px no-repeat; }


/* frontpage */
body.OTAGO034382 { background-position: center top; }
body.OTAGO034382 .titleinner { padding-top: 342px; margin-top: -39px; background: url(gfx/anzzebrafish_banner.jpg) left top no-repeat; }

/* Mobile styles (phone and small tablet) media query */

@media only screen and (max-width: 700px) {
	body,
	body.OTAGO034382 {
	    background: url("gfx/background.png") repeat-x center 0px;
	    background-size: auto 166px;
	}
	#wrapper,
	body.OTAGO034382 #wrapper {
		background: url("gfx/anzzebrafish_banner.jpg") no-repeat -94px top;
		background-size: 547px;
	}
	.titleinner,
	body.OTAGO034382 .titleinner {
		background: none;
		padding-top: 138px;
		width: 94%;
		margin-top: 0px;
	}
	#title h1,
	body.OTAGO034382#title h1 {
		padding-bottom: 0;
	}
}