body{
	background:#d1d1d1;
}
:focus {
outline: 0;
}

a img {
    border:none;
    outline:none
}
#header{
	background:url("../images/header-bg.png") no-repeat;
	width:100%;
	background-size: contain;
	background-position: center top;
	padding-top:25px;
}
#header .logo img{
	height:160px;
	width:210px;
}
#header .logo{
	height:160px;
	width:210px;
	margin:0 auto;
	background:rgba(0,0,0,0.5);
	border-radius:100%;
	padding:11px;
}
#content{
	margin-top:85px;
	width:100%;
	height:auto !important;
}
#content .boxtar{
	float:left;
	position:relative;
	left:190px;
	top:16px;
	outline:none;
}
#content .boxpet{
	float:left;
	position:relative;
	outline:none;
}
#content .boxres{
	float:left;
	position:relative;
	
}
#content .yazi{
	color:#9f2524;
	text-align:center;
	margin-top:50px;
	margin-bottom:80px;
	font-size:38px;
	font-family:"Segoe UI", serif;
	font-weight:500;
	font-style:italic;
	position:relative;
}
#footer p{
	color:#222222;
	text-align:center;
	font-size:14px;
	font-family:"Segoe UI", serif;
	position:relative;
}