@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}

.val {
    position: relative;
	background: url(images/icu.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 320px;
	display: block;
	margin: 200px auto auto auto;
}
.hr {
    position: relative;
	background: url(images/HR1.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 150px;
	display: block;
	margin: 550px 40px auto auto;
}
.copy {
  position: absolute;
  bottom: 8px;
  right: 25px;
  color:#171717;
}



