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

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-height:100%;
	background-image: url(image/fon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/* [disabled]background-size: 100% auto; */
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-height:100%;
}
#portal {
	background-image: url(image/portal.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 561px;
	width: 678px;
	margin-top: -290px;
	margin-left: -339px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.happylink {
	position: absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.happylink a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.happylink a img {
	top: 6px;
	position: relative;
}
