@font-face {
	font-family: 'Nexa';
	src: url('../font/NexaLight.eot');
	src: url('../font/NexaLight.eot?#iefix') format('embedded-opentype'),
		url('../font/NexaLight.woff') format('woff'),
		url('../font/NexaLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Nexa';
	src: url('../font/NexaBold.eot');
	src: url('../font/NexaBold.eot?#iefix') format('embedded-opentype'),
		url('../font/NexaBold.woff') format('woff'),
		url('../font/NexaBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
*{
	margin:0 ;
	padding:0;
	outline: none;
	list-style: none;
}
body{
	background: #0d6088;
}
.warp{
	width: 600px;
	margin: 0px auto;
	padding-top: 668px;
	background: url(../images/back-mapi.jpg) no-repeat center top;
}
.link{
	display: block;
	width: 486px;
	padding: 10px;
	background: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0px auto 10px;
	font-size: 18px;
	color: #0d6189;
	font-family: 'Nexa';
}
.link b{
	display: block;
	font-family: 'Nexa';
	font-weight: bold;
}