body {
    font-size: 18px;
    font-family: sans-serif;
    background: #40BFBC;
}

.no-access {
	position: fixed;
	color: #FFF;
	/*border: 1px solid #F00;*/
	/*top: 50%;*/
	left: 50%;
	width: 400px;
	margin-left: -200px;
	margin-top: 50px;
	text-align: center;
}


.no-access .div404 {
	width: 100%;
	height: 400px;
	line-height: 420px;
	background: #F84E89;
	display: block;
	border-radius: 50%;
	/*border: 10px solid #F51361;*/
	font-size: 200px;
	/*color: #40BFBC;*/
}

#sec {
	display: block;
	width: 50px;
	height: 50px;
	margin: 5px auto;
	line-height: 55px;
	font-size: 25px;
	background: #F84E89;
	border-radius: 50%;
}