body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #004c7e;
	background-image: url(../intro/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.hun_f {
	width: 130px;
	height: 30px;
	background-image: url(../intro/hun_f.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.eng_f {
	width: 130px;
	height: 30px;
	background-image: url(../intro/eng_f.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.rom_f {
	width: 130px;
	height: 30px;
	background-image: url(../intro/rom_f.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.hor_f {
	width: 130px;
	height: 30px;
	background-image: url(../intro/hor_f.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.link {
   width: 160px;
	height: 30px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	color: #003C78;
	padding-top: 5px;
}
.head {
	width: 800px;
	height: 150px;
	background-image: url(../intro/head.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.left {
	width: 240px;
	height: 240px;
	background-image: url(../intro/left.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.right {
	width: 240px;
	height: 240px;
	background-image: url(../intro/right.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.bottom {
	width: 800px;
	height: 15px;
	background-image: url(../intro/bottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.plus {
	width: 800px;
	background-image: url(../intro/plus.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

