body
{
	background-color: rgb(40, 41, 44);
}

.centering
{
	width: 900px;
	margin: auto;
	position: relative;
	text-align: center;
}

#wrap a
{
	display: inline-block;
}

#header
{
	height: 170px;
	z-index: 10;
	text-align: left;
}

#header > a
{
	margin-top: 68px;
	margin-left: 10px;
}


#promotion-wrap
{
	background-color: rgb(250, 70, 70);
	height: 900px;
}

#promotion
{
	z-index: 0;
}

#promotion > img
{
	margin-top: 20px;
}

#content-wrap
{
	padding-top: 20px;
}

#content-left
{
	width: 60%;
	text-align: left;
}

#content-right
{
	width: 40%;
}

#content-right > a
{
	display: block;
	text-align: right;
	margin-top: 30px;
	margin-left: 70px;
	width: 260px;
}

#content-explain
{
	font-size:16px;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	margin-top: 40px;
	margin-left: 20px;
	font-family: "Helvetica";
}

#link-intro
{
	margin-top: 10px;
}


#footer > p
{
	font-size: 16px;
	margin-top: 90px;
	margin-bottom:15px;
	text-align: center;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	font-family: Helvetica;
}

#footer2 > p
{
	color: gray;
	font-size: 14px;
	margin-bottom:40px;
	text-align: center;
	font-family: Helvetica;
}
