body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.news {
	font-family:Calibri, Arial;
	font-size:14px;
	color:#FFFFFF;
	font-weight:100;
	text-decoration: none;
}.left_title {

	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.left_text {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
}
.body_text {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	line-height: 25px;
}
.copy_right {
	
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.icon_title {

	font-size: 30px;
	font-style: italic;
	color: #FFFFFF;
}

.left-image-container{
	position: relative;
	height: 564px;
}
.left-image-container img {
	position: absolute; left: 0px;
	animation-name: multiple-image-crossfade;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
	animation-duration: 20s;
  }
.left-image-container img:nth-of-type(1) {
	animation-delay: 26s;
}  
.left-image-container img:nth-of-type(2) {
	animation-delay: 24s;
}  
.left-image-container img:nth-of-type(3) {
	animation-delay: 21s;
}  
.left-image-container img:nth-of-type(4) {
	animation-delay: 18s;
}  
.left-image-container img:nth-of-type(5) {
	animation-delay: 15s;
}  
.left-image-container img:nth-of-type(6) {
	animation-delay: 12s;
  }
.left-image-container img:nth-of-type(7) {
	animation-delay: 9s;
  }
  .left-image-container img:nth-of-type(8) {
	animation-delay: 6s;
  }
  .left-image-container img:nth-of-type(9) {
	animation-delay: 3s;
  }
  .left-image-container img:nth-of-type(10) {
	animation-delay: 0;
  }

.image-container {
	position: relative;
	height: 260px;
  }
  .image-container img {
	position: absolute; left: 10px;
	animation-name: multiple-image-crossfade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 8s;
  }
  .image-container img:nth-of-type(1) {
	animation-delay: 6s;
  }
  .image-container img:nth-of-type(2) {
	animation-delay: 4s;
  }
  .image-container img:nth-of-type(3) {
	animation-delay: 2s;
  }
  .image-container img:nth-of-type(4) {
	animation-delay: 0;
  }
  
  @keyframes multiple-image-crossfade {
	0% {
	  opacity: 1;
	}
	17% {
	  opacity: 1;
	}
	25% {
	  opacity: 0;
	}
	92% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
#flowerContainer{position: absolute; height: 562px; width: 314px; z-index: 1; overflow: hidden;}
  .dot{
	width:35px;
	height:35px;
	position:absolute;
	background: url('../images/roseleaf.png');
	background-size: 100% 100%;
  }
  
  /* #logo{ left:50%; top:50%; position:absolute; border-radius:10px; } */
  #container {width:314px; height:564px; }
  
  
  