*{
    margin:0;
    padding:0;
}
body{   
    font-size: 100%;
    font-family: "Archivo Narrow","Verdana CE", Verdana, "Helvetica CE", Helvetica, sans-serif;
    background:#faae00 url(img/bg.jpg) no-repeat top center;
}

/* bila */
#tables h2, td, th, #link strong, a,h1{
	color: #fff;
}

li{
    list-style-type:none;
}
form{
    margin-top:10px;
}
p, ul, table, ol{
    line-height:17px;
    margin-bottom:15px;
}
img{
    border-width:0px
}
table{                     
    border-collapse:collapse;
}
td,th{
    padding:7px 10px;
    vertical-align:top;
}    
th{
    text-align: left;
}
h1{
 	font-size:400%; 
 	text-align: center; 
}

h2{
    
}
h3{
    
}
h4{
    
}
#frame_main{
	position:relative;
	width:1200px;
	margin:0% auto;
	max-width: 95%;
	padding-top:50px;
}
#link{
	margin:220px auto 0 auto;
	width:100%;
}
#link strong{
	position:absolute;
	text-transform: uppercase;
	margin:15px 0 0 118px;
}
#link a{
	background:url(img/link_katalog.gif) no-repeat;
	display:block;
	float: left;
	width:96%;
	height:99px;
	margin:2%;
	text-decoration: none;
	font-size:120%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.15);
}
#link a:hover{
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
}
#tables{
	clear:both;
	padding-top:30px;
	background:url(img/tab.gif) repeat-x 15px;
}
#tables div{
	float:left;
	margin:0 1%;
	width:48%
}
th{
	background:#654600;
	white-space: nowrap;
}
td{
	background:#a77400;
}
td, th{
	border-bottom:2px solid #faae00;
}
#tables h2{
	text-align:center;
	font-size:180%;
	text-transform: uppercase;
	margin-bottom:10px;
}
#link strong, h1, #tables h2{
	text-shadow: 0px 0px 2px #885f00;
}
#go_home{
	position:absolute;
	cursor:pointer; 
	width:100%;
	height:220px;;
}