
* {
	margin:0;
	padding:0;
	
}

   html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

#fullheight{
	height:100%;
	width: 100%;

}

html, body {
	background-color: #54514d;
	background-image: url(../images/bg_outer_landing.gif);
	background-repeat: repeat;
	background-position: center top;
}



#container {
	background-image: url(../images/bg_inner_landing.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 395px;
	width: 100%;
	vertical-align: middle;
}

#bg_innercontainer {
	background-image: url(../images/bg_ani_landingpage.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
}
