html,body 
         {
	height              :    50%;
	width               :    100%;
	margin              :    0px;
	overflow            :    hidden;
}

img 
         {
	margin              :    0px;
	border              :    0px;
}

#contentLYR       {
	position           :    absolute;
	height             :    auto;
	width              :    65%;
	left               :    25px;
	z-index            :    1;
	visibility         :    visible;
}



#scrollupLYR       {
	position           :    absolute;
	height             :    auto;
	width              :    auto;
	left               :    66%;
	top                :    0%;
	z-index            :    2;
	visibility         :    visible;
}

#scrolldownLYR       {
	position           :    absolute;
	height             :    auto;
	width              :    auto;
	left               :    80%;
	top                :    0%;
	z-index            :    2;
	visibility         :    visible;
}

