/* CSS Document */
@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e6a686;
	color: #000000;
}

.responsive {
	max-width: 100%;
	height: auto;
}

.main {
	text-align: center;
	max-width: 1154px;
    margin-left: auto;
    margin-right: auto;
}

img {
	margin: 0 auto;
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
