/* css k*/
html {
	width:100%;
	height:100%;
}
body {
	background-color: #303030;
	color:#ffffff;
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
}
h1 {
	font-size:26px;
	width: 100%;
	border-bottom: 2px solid #0099ff;
	padding:10px 0px;
	margin: 0;
	font-weight:400;
}
p{
	font-size: 18px;
	line-height: 30px;
}
.Center-Container {
	position:relative;
}
.Absolute-Center {
	width:45%;
	height:40%;
	overflow:auto;
	margin:auto;
	position: absolute;
	top:0; 
	left:0;
	bottom:0;
	right:0;
}
.Absolute-Center.is-Fixed {
	position: fixed;
	z-index: 999;
	height:305px;
	width:795px;
}
.sublink {
	font-size:14px;
	margin-top:60px;
}

.sublink a {
	color:#0099ff;
	text-decoration: underline;
}
