body				{
               		background: #ffffff
                	}

div.top_bar			{
					background:		#9acc99;
					position:		absolute;
					top:			0px;
					right:			10px;
					height:			68px;
					width:			100%;
					}
					
   .side_bar			{
					background:		#9acc99;
					position:		absolute;
					left:			0px;
					bottom:			15px;
					height:			100%;
					width:			182px
					}
					
   .r_cnr					
					{
					background:		url('../images/rb_corn.jpg');
					position:		absolute;
					right:			10px;
					top:			34px;
					height:			34px;
					width:			33px;
					}

   .b_cnr					
					{
					background:		url('../images/rb_corn.jpg');
					position:		absolute;
					left:			149px;
					bottom:			15px;
					height:			34px;
					width:			33px
					}

   .c_cnr					
					{
					background:		url('../images/lt_corn.jpg');
					position:		absolute;
					left:			182px;
					top:			68px;
					height:			34px;
					width:			33px;
					}

   .HoM					
					{
					background:		url('../images/HoM.jpg');
					position:		absolute;
					left:			25px;
					top:			30px;
					height:			66px;
					width:			132px
					}
									
