body {
	background: url(../img/texture.jpg) center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

.hero-unit {
	background: opacity 0.2;
}

.navbar-inner a img {padding-top: 4px; padding-right: 3px;}

.kr-margin {
	padding-top: 12.5%;
}

.kr-cwe {
	position:absolute;
	left:920px;
	top:0px;
	z-index: 10000;
}

.kr-cwe img {
	max-width: 100%;
	}

@media (min-width: 979px and max-width: 1024px) {

	.kr-cwe {
	position:absolute;
	left:820px;
	top:0px;
	z-index: 10000;
}

}


@media (max-width: 979px){

	.kr-cwe {
	position:absolute;
	left:650px;
	top:0px;
	width: 200px;
	height: 200px;
}

}


@media (max-width: 767px) {
	.kr-margin {
	padding-top: 0%;
}
	.kr-cwe {
	position:relative;
	left:25%;
	top:0px;
}

}