html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; text-align: left; vertical-align: baseline; } a img, :link img, :visited img { border: 0; } table { border-collapse: collapse; border-spacing: 0; } ol, ul { list-style: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; }

body {
	margin:0 0 0 0 ;
	background:#045FB4;
 	line-height: 18px;
 	font-size: 14px;
 	color: #000;
}
#container{
	width:1000px;
	margin-left: auto ;
	margin-right: auto ;
}
#top{
	background:url('hajdu_top.png');
	width:1000px;
	height:140px;
}
#menu{
	background:#045FB4;
	width:1000px;
	height:20px;
	border-width:0px;
}
#center{
 	padding: 10px 100px 10px 100px;
	background:#fff;
	width:800px;
	border-width:0px;
}

#footer{
padding-top:10px;
padding-left:4px;
	margin-bottom:30px;
	background:#045FB4;
	width:996px;
	height:50px;
	color:#FFFFFF;
	border-width:0px;
}
img {
	border: none;
}
a:link {color:#FFFFFF;text-decoration:none;}      /* unvisited link */
a:visited {color:#FFFFFF;text-decoration:none;}  /* visited link */
a:hover {color:#FFFFFF;text-decoration:none;}  /* mouse over link */
a:active {color:#FFFFFF;text-decoration:none;}  /* selected link */