* { padding: 0; margin: 0; } 
body { background: #737373; font-family: 'Oxygen', sans-serif; padding: 0; margin: 0; }
img { border: none;}
a { color: #777; text-decoration: none;}
a:hover { color: #555; text-decoration: none;}

html { font-size: 62.5%; overflow-x: hidden; }
body { font-size: 1em;}

#wrap { margin: 0 auto; height: 2000px; position:relative; background: #fff; }
#backgroundImage { margin-left: 0px; margin-right: 0; text-align: justify; color: #777; z-index: 0; position:absolute}

 #content {
	text-align: justify;
	color: #000;
	z-index: 1;
	position: absolute;
	top: 28%;
	left: 38%;
}

#content2 {
	margin-left: 0px;
	margin-right: 250px;
	text-align: justify;
	color: #000;
	z-index: 1;
	position: absolute;
	left: 6%;
	top: 65%;
	height: 140px;
}
#content3 {
	margin-left: 0px;
	margin-right: 5px;
	text-align: justify;
	color: #000;
	z-index: 1;
	position: absolute;
	left: 60%;
	top: 65%;
	height: 164px;
	
}
#content4 {
	text-align: left;
	color: #000;
	z-index: 1;
	position: absolute;
	left: 10%;
	height: auto;
	top: 15%;
}

.MyFont {
font-family: 'Oxygen', sans-serif;
}

@media only screen and
(min-device-width:320px)
and
(max-device-width:350px) {
	 #content {
	font-size: 10px;
}
#content2 {
	font-size: 10px;
}
#content3 {
	font-size: 10px;
}
#content4 {
	font-size: 15px;
}
#wrap {
	 width: 320px;
	 height: 830px;
}
img {width:320px; height: 830px;}
}

@media only screen and
(min-device-width:360px)and
(max-device-width:400px) {
	 #content {
	font-size: 13px;
}
#content2 {
	font-size: 10px;
}
#content3 {
	font-size: 10px;
}
#content4 {
	font-size: 18px;
}
#wrap {
	 width: 375px;
	 height: 975px;
}
img {width:375px; height: 975px;}
}

@media only screen and
(min-device-width:405px) and
(max-device-width:500px) {
	#content {
	font-size: 13px;
}
#content2 {
	font-size: 10px;
}
#content3 {
	font-size: 10px;
}
#content4 {
	font-size: 18px;
}
#wrap {
	 width: 100%;
	 height: 1776px;
}
img {width:100%; height: 1776px;}
}

@media only screen and (min-width: 1200px) {
	#content {
	font-size: 20px;
	width: 464px;
}
#content2 {
	font-size: 12px;
	width: 300px;
}
#content3 {
	font-size: 12px;
	width: 171px;
}
#content4 {
	font-size: 34px;
	width: 675px;
}
#wrap {
	 width: 750px;
}
img {width:750px; height: 2000px;}
}

 
