body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.top{
	background-image: url(pics/bg_top.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.bottom{
	background-image: url(pics/bg_bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.left{
	background-image: url(pics/bg_left.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.right{
	background-image: url(pics/bg_right.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.szoveg{
	font-family :Arial;
	font-size : 11px;
	color :#B6A483;
	line-height : 16px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
}
