@font-face {
    font-family: myFont;
    src: url(font/GOTHIC.TTF),
		 url(font/GOTHIC.eot);
}

@font-face {
    font-family: myFontBold;
    src: url(font/GOTHICB.TTF),
		 url(font/GOTHICB.eot);
}

html {
	background: url(images/bajtay/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

p{
	font-family: "myFont";
	font-size: 16px;
	color: black;
}


body{
	font-family: "myFont";
	/*margin: 0 auto;
	background-image: url(images/bajtay/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-size: 100%; 
	background-color: black;*/
}

#logo{
	width: 840px;
	width: 560px;
	height:150px;
	float: left;
	margin-left: -140px;
}
#main{
	/*width: 840px;*/
	width: 560px;
	margin: 0 auto;
	padding: 0px, 0px, 0px, 0px;
	height: 600px; 
}
#container{
	/*width: 840px;*/
	width: 560px;
	height: 600px;
}

#auto{
	width: 280px;
	float: left;
	height: 426px;
}
#autotext{
	width: 280px;
	float: center;
	height: 30px;
	font-size: 14pt;
	margin-top: -100px;
	text-align:center;
}
#csavar{
	width: 280px;
	float: left;
	height: 426px;
	margin: 0;
}
#veteran{
	width: 280px;
	float: left;
	height: 426px;
	margin: 0;
}

/*képek kerete*/
.box{
	float:left;
	width:280px;
	height:426px;
	display: inline-block;
}

#foot{
	width: 840px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	color: #3C4D4B;
	font-size: 12px;
	line-height: 30%;
	padding: 18px 0 0 0;
	position: fixed;
}

/* unvisited link */
a:link {
	color:#44C5DA;
	text-decoration: none;
	text-align:center;
} 
/* visited link */    
a:visited {
	color:#44C5DA;	
}
/* mouse over link */
a:hover {
	color:white;
}  

/* selected link */
a:active {
	color:white;
}  




