/* include only with wallpaper/boomerang banners. Affects main layout dynamically */

body {
}

.wp_scroll_wrapper {
	position : relative;
	height : 100%;
}



#wp_wallpaper {
	position : absolute;
	/* background-color : yellow; */
	top: 0px;
	left : 0px;
	z-index : 1;
	cursor : hand;
	cursor : pointer;
}
/*
#wp_wallpaper a {
	display : block;
	width : 1003px;
	height : 1000px;
}
*/
#wp_wallpaper a img{
	display : block;
}

#wp_site_container {
	position : absolute;
	left : 0px;
	top : 0px;

}


#wp_slider {
	position : absolute;
	z-index : 0;
	top:0px;
	height : 100%;
	left:0px;
	visibility : none;

}




#our_site_body
{
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 2;
}

.obj_banner {
	z-index :0;
}
