body{
font-family: tahoma;

margin: 0;
padding: 0;

background-image: url(img/background-img.png);
background-repeat: repeat;
}

img{
	border: none;
}

a{
	outline: none;
}

.logo-img{
	position: absolute;
	width: 276px;
	height: 123px;
	margin: -61px 0 0 -138px;
	top: 50%;
	left: 50%;
}

*html .logo-img{
	behavior: url(iepngfix.htc);
}
