/* CSS Document */
body {
	background:#637d54 url(../images/site-bg.gif) repeat-x top !important;
	overflow:hidden;
}
#logo  {
   background: url(../images/logo.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left:20%;
   bottom:5px;
   z-index: 6;
   width: 275px;
   height: 38px;
}
#slogan  {
   background: url(../images/slogan.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left:50%;
   bottom:-10px;
   z-index: 6;
   width: 275px;
   height: 38px;
}
#thinkzarahutkay  {
   background: url(../images/thinkzarahutkay.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left:40%;
   top:45%;
   z-index: 2;
   width: 247px;
   height: 27px;
}
#comingsoon  {
   background: url(../images/comingsoon.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 50%;
   z-index: -2;
   width: 239px;
   height: 251px;
   bottom:30px;
}
#parallax {
	position:absolute;
	bottom:0px;
	height:250px;
}
#para1 {width:200px; height:200px;position:relative; bottom:0px; z-index:-2;}
#para2 {width:200px; height:200px;position:relative;bottom:0px;  z-index:-1}
#para3 {width:200px; ;position:absolute;bottom:0px; z-index:1;}
#para4 {width:200px; ;position:absolute;top:0px; z-index:1;}

