@charset "utf-8";
/*********************************************************************
File Name:	sample.css
File Info:	CSS
Author:		WEB DESIGN LAB
		http://www.webdlab.com/
Last Modified:	10.01.2009
*********************************************************************/

/*--------------------------------------------------------------------
Base
--------------------------------------------------------------------*/













/*--------------------------------------------------------------------
Sample
--------------------------------------------------------------------*/
@media screen and ( max-width:579px )
{


.note {
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : left top;
  line-height : 1.8;
  /* padding : 0px 10px 0px 10px; */
  font-size : 15px;
  /* margin-left : 20px; */
}
LI {
  margin-left:0px;
  list-style-type: none;
}
IMG{
  margin-left : 0px;
}
.samplenote{
  /* width : 100%; */
  margin-left : auto;
  margin-right : auto;
  position : relative;
}
.samplenote2{
  width : 90%;
  text-align: left;
  margin: 20px auto 0 auto;
}

}
