a, body, div, h1, h2, h3, html, iframe, img, p {
	border: 0;
	margin: 0;
	padding: 0
}
body {
	background-color: #FFF;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px
}
.header {
	padding-top: 50px
}
.intro-title {
	font-size:16px;
	font-weight:bold; 
	letter-spacing: 0.02em;
}

.name-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 93%
}
.animation-wrapper {
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 22px;
	margin-left: auto;
	/* THIS IS WHERE PAGE MARGINS ARE CONTROLLED  */
	width: 96%
}
.animation-wrapper img {
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0
}
ul {
	padding: 0;
	margin: 0;
	text-align: left
}
li {
	list-style-type: none;
	width: 9%;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	transition-timing: ease-in-out;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	display: inline-block;
	/* THIS IS WHERE THE MAXIMUM IMAGE SIZE IS CONTROLLED  */
	max-width: 200px;
	font-size: 0;
	padding: .5%
}
.next {
	position: absolute;
	top: 90px;
	right: 0;
	width: 80px;
	height: 87px;
	text-align: center;
	font-size: 55px;
	filter: alpha(opacity=25);
	opacity: .25;
	font-family: Verdana, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 100%;
	cursor: pointer;
	text-decoration: none;
	color: #000;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	transition-timing: ease-in-out;
	-moz-transition-property: right;
	-webkit-transition-property: right;
	-o-transition-property: right;
	transition-property: right
}
.next:hover {
	filter: alpha(opacity=100);
	opacity: 1.0
}
.left-text {
	position: absolute;
	line-height:150%;
	width: 280px;
	top: 65px;
	left: 0;
	z-index: 6
}
.bottom-text {
	width: 582px;
	margin-right: auto;
	margin-bottom: 23px;
	margin-left: auto;
	line-height: 24px
}
.head {
	position: absolute;
	top: 7px;
	left: -9px
}
.right-hand {
	position: absolute;
	top: 108px;
	right: 68px;
	cursor: pointer
}
.left-hand {
	position: absolute;
	top: 108px;
	left: 66px;
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer
}
.mime-wrapper {
	width: 447px;
	height: 367px;
	position: relative;
	margin-right: auto;
	margin-bottom: 61px;
	margin-left: auto
}
.mime-wrapper, .bottom-text, .animation-wrapper {
	margin-top: 0px;
}
.mime {
	position: absolute;
	background-image: url('img/mime/mime.png');
	height: 367px;
	width: 134px;
	top: 0;
	left: 200px
}
.temp {
	outline-style: dashed;
	outline-color: #F00;
	outline-width: 1px
}

@media screen and (max-width:640px) {
.name-wrapper {
	width: 93%
}
.animation-wrapper {
	text-align: center;
	margin-bottom: 20px
}
.left-text {
	width: 35%;
	line-height: 24px;
	left: 50%;
	margin-left: -50%
}
.next {
	width: 50px
}
.bottom-text {
	width: 85%
}
.mime-wrapper {
	width: 85%
}
.mime {
	left: 50%;
	margin-left: -34px
}
}

@media screen and (max-width:473px) {
.name-wrapper {
	width: 100%;
	text-align: center
}
li {
	display: block;
	margin-right: auto;
	margin-bottom: 5%;
	margin-left: auto;
	width: 100%
}
.animation-wrapper img {
	width: 153px
}
.next {
	margin-left: 40%
}
}

@media screen and (min-width:1850px) and (max-width:1919px) {
li {
	width: 9%
}
}

@media screen and (min-width:474px) and (max-width:604px) {
li {
	width: 36%;
	padding: 3%
}
}

@media screen and (min-width:605px) and (max-width:752px) {
li {
	width: 28%;
	float: none;
	padding: 2%
}
}

@media screen and (min-width:753px) and (max-width:870px) {
li {
	width: 22%;
	padding: 1%
}
}

@media screen and (min-width:871px) and (max-width:1079px) {
li {
	width: 19%
}
}

@media screen and (min-width:1080px) and (max-width:1259px) {
li {
	width: 15.666%
}
}

@media screen and (min-width:1260px) and (max-width:1459px) {
li {
	width: 13.285%
}
}

@media screen and (min-width:1460px) and (max-width:1649px) {
li {
	width: 11.5%
}
}

@media screen and (min-width:1650px) and (max-width:1849px) {
li {
	width: 10.111%
}
}

@media screen and (min-width:871px) and (max-width:1919px) {
li {
	float: left;
	padding: .5%
}
}
