body {
	padding: 0;
	margin: 0;
}

div, a {
	font-family: arial;
	font-size: 12px;
	color: #f4e495;
}

body, html {
	width: 100%;
	height: 100%;
}

#container {
	width: 100%;
	height: 100%;
	background-image:url(../images/bg_pattern.jpg);
}

#header {
	width: 100%;
	height: 72px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image:url(../images/top.png);
	text-align: right;
}

#header a {
	right: 50px;
	position: absolute;
	top: 7px;
}

#footer {
	width: 100%;
	height: 152px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	background-image:url(../images/bottom.png);
}

#transparent {
	width: 100%;
	height: 493px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -289px;
	background-image:url(../images/bg_transparent.png);
	text-align: center;
}

#mainpic {
	width: 400px;
	height: 415px;
	position: relative;
	top: 39px;
}

.shadow {
	width: 100%;
	left: 0px;
	position: absolute;
	height: 39px;
}

#szaz {
	position: relative;
	top: 70px;
}

#logobig {
	position: absolute;
	left: 50%;
	margin-left: 170px;
	top: 120px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#menu {
	width: 200px;
	position: absolute;
	margin-left: -350px;
	left: 50%;
	top: 100px;
	text-align: center;
	line-height: 50px;
}

#menu a {
	color: #962132;	
	font-size: 17px;
}

#menu a:hover {
	color: #962132;	
}