html{

	overflow: scroll;
}

body{
	background-color:#000000;
	background-image:url(../background/bg_header.jpg);
	background-repeat:repeat-x;
	cursor:default;
	margin:0;
	padding:0;
}

a{
  	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
  	color: #EEEE00;
}

a:hover {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline; 
	color: #EEEE00;
}

a.language{
	margin-top:15px;
	margin-right:25px;
	float: right;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
  	color: #FFFFFF;
}	

a.language:hover {
	margin-top:15px;
	margin-right:25px;
	float: right;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline; 
	color: #FFFFFF;
	
}

/*
#background{
	background-color:#000000;
	background-image:url(../images/background.png);
	background-position:center top;
	background-repeat:repeat;
	height:854px;
}
*/

#container{
	width:780px;
	height:800px;
	margin:20px auto;
	background-color:#000000;
	
	
	border-left:1px solid gray;
	border-top:1px solid gray;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
}	

#header_hu{
	width:780px;
	height:400px;
	background-color:#000000;
	background-image:url(../images/header_hu.png);	
		
}

#header_en{
	width:780px;
	height:400px;
	background-color:#000000;
	background-image:url(../images/header_en.png);	
		
}

#content{
	width:780px;
	height:360px;		
	background-color:#000000;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color:#FFFFFF;
}

#footer{
	width: 780px;
	height:40px;
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color:#FFFFFF;
}

.left{
	width:100px;
	height:150px;
	float:left;
	margin-top:100px;
	margin-right:0px;
	margin-left:150px;
	background-image:url(../images/warning_small.png);	
	background-position:center center;
	background-repeat:no-repeat;
}

.right{
	width: 380px;
	height: 150px;
	float: right;
	text-align: center;
	margin-top:100px;
	margin-right:150px;
	margin-left:0px;
}

.copyright{
	width: 250px;
	height:10px;
	margin:0px auto;
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color:#FFFFFF;
}




	








