body {
	width: 1197px;
	margin: auto;
	padding: 0;
}
#comic {
	position: absolute;
	width: 1197px;
	height: 781px;
	background-image: url("../images/geant.jpg");
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}
.comic-font {
	/*font-family: "Comic Sans MS";*/
	font-family: 'Bangers', cursive;
	font-size: 23px;
	line-height: 23px;
	/*font-style: italic;*/
	margin: 0;
	padding: 2px;
	text-transform: uppercase;
}
#bubble-one {
	display: block;
	left: 8px;
	position: absolute;
	top: 9px;
	width: 414px;
}
#bubble-two {
	display: block;
	left: 8px;
	position: absolute;
	top: 410px;
	width: 435px;
}
#bubble-three {
	display: block;
	left: 8px;
	position: absolute;
	top: 534px;
	width: 190px;
}
@media all and (min-width: 1197px) {
	#comic {
		margin: -390px 0 0 -598px;
		padding: 0;
		left: 50%;
		top: 50%;
	}
}
@media all and (min-width: 1197px) {