@charset "utf-8";
/* CSS Document */

body {
	background:#282928;
}

.cnt {
	width:200px;
	height:200px;
	text-align:center;
	position:absolute;
    top: 50%;
    left: 50%;
	margin:-100px  auto auto -100px;
	color:#ff5601;
}

a {
	color:#CA2B04;
}
