body{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #5d5d5d;
}

#header{
	width: 100%;
	height: 150px;
	background-color: #6e92ff;
	position: relative;
}

#header div{
	position: absolute;
	left: 40%;
	top: 75%;
	transform: translate(-50%, -50%);
}

h0{
	font-size: 30px;
	font-weight: 600;
	border-left: 5px solid #6e92ff;
	padding-left: 25px;
}

p{
	line-height: 20px;
}

#container{
	margin-top: 80px;
	position: relative;
}

#container a{
	font-size: 14px;
	font-weight: 700;
	color: #6e92ff;
}

#inner_container{
	width: 700px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

#inner_container div{
	margin-top: 25px;
}

#footer{
	margin-top: 40px;
	width: 100%;
	height: 40px;
	background-color: #616161;
}

#footer>div{
	position: relative;
	height: 20px;
}

#footer div p{
	color: #ffffff;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.title{
	margin-bottom: 50px;
	margin-left: -25px;
}

a:link {
	text-decoration: none;
}