@charset "utf-8";
/* CSS Document */

body 
{
	background-image: url(headline.png);
	background-color: #bfbfbf;
	background-repeat: repeat-x;
	text-align:center;
}


#csokolom {
	width:1000px;
	height:150px;
	page-break-before: always;
	line-height: 0px;
	background-image: url(header.png);
	background-repeat: repeat-x;
	background-position: -10px -10px;
	line-height:0px;
}

a{
	display:block;
	font-size:16px;
	color:#000;
	width:180px;
	height:25px;
}

a:hover{
	font-size:16px;
	color:#FF6C01;
	background-image:url(button.png)
}