body {
	margin: 0;
	overflow-y: hidden;
}

.headerMarquee {
	height: 20px;
	font-size: 13px;
	color: dimgrey;
}

.container {
	width: 100%;
	height: 1000px;
	background-image: url(../img/preImg/bg.jpg);
	background-size: 100% 100%;
}

.container .title h1 {
	margin-top: 0%;
	padding-top: 10%;
	padding-left: 45%;
}

.container .content {
	position: absolute;
	top: 0px;
	margin-top: 180px;
	margin-left: 45%;
}

.container .content i {
	color: darkgray;
	font-size: 13px;
	cursor: pointer;
}

.container .content img {
	width: 200px;
	height: 200px;
	border-radius: 100px;
}


/*.container .content img:hover {
	width: 300px;
	height: 300px;
	border-radius: 150px;
}*/

.container .content2 {
	position: absolute;
	top: 0px;
	margin-top: 500px;
	margin-left: 44%;
	line-height: 35px;
	letter-spacing: 3px;
	color: #0fa99a;
	color: rgba(15, 169, 142, 0.66);
	font-size: 15px;
}

.container .content2:hover {
	color: rgb(15, 169, 142);
	cursor: pointer;
}

.container .content2 p {
	
}

.container .content3 {
	position: absolute;
	top: 0px;
	margin-top: 750px;
	margin-left: 37%;
}

.container .content3 a {
	border: 1px solid #1386cc;
	font-size: 15px;
	background-color: darkgrey;
	color: #1386cc;
	padding: 14px;
	margin-left: 100px;
	cursor: pointer;
	text-decoration: none;
}

.container .content3 a:hover {
	border: 1px solid #0fa99a;
	background-color: darkgrey;
	color: #0fa99a;
	cursor: pointer;
}

.container .content4 {
	cursor: pointer;
	margin-top: -2%;
}