#mainContainer {
	position: relative;
	width: 1174px;
}

#internationalVersion {
	color: white;
	text-align: justify;
	font-weight: bold;
	position: absolute;
	left: 818px;
	top: 48px;
}

#contents {
	position: absolute;
	top: 580px;
	left: 524px;
	text-align: justify;
}

#contents h2 {
	font-size: 100%;
	font-weight: bold;
	color: #740e5d;
}

#contents ul {
	margin: 0;
	padding: 0;
	width: 265px;
}

#contents ul li {
	margin: 0;
	padding: 0;
}

#contents h3 {
	font-size: 85%;
	color: #fc702a;
}
#contents p {
	font-size: 85%;
	color: #590d58;
}

#contents .link{
	text-align: right;
}

#contents .link a {
	color: #590d58;
	font-weight: bold;
	font-size: 85%;
}

#slogan {
	position: absolute;
	top: 880px;
	left: 540px;
	color: #590d58;
	font-weight: bold;
	font-size: 85%;
}

#slogan img {
	margin: 0 5px;
}