/* CSS Document */

body {
	padding : 0;
	margin : 0;
	background-image: url(backg1.gif);
	background-repeat: repeat;
	text-align:center;

}

#bg {
	   background-image: url(backg.gif);
       background-repeat: repeat-x;
	   position : absolute;       
       top: 0px;
  	   left: 0px;
       width : 100%;
	   height : 1200px;
}

#center {  
margin:0 auto; /* ez teszi kozepre */  
top: 0px;
text-align:left; 
position:relative; 
width:868px;  
height: auto;  
}

#mainimage {
   position : absolute;
   top: 0;
   width:868px;
   height::588px;
}

#main {
	position : relative;
	margin:0 auto;
	top : 0px;
	width: 700px;
	heigh: 1000px;
}




/* text color */
.text2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;color: #E2E2E2; }
a {
	color: #B4ACA6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #B4ACA6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B4ACA6;
}
a:hover {
	text-decoration: none;
	color: #D3CBC5;
}
a:active {
	text-decoration: none;
	color: #D3CBC5;
}
