	html>body{
	  background-image: url(bg.jpg);
	  background-repeat: repeat-y;
	  background-position:251px top;
	}
	body {
	  background-image:url(bg.jpg);
	  background-repeat:repeat-y;
	  background-position:241px top;
	}
	a.ima {
		color:#FFFFFF;
		}
	a.scrollover {
      /* Default Colour/Styles here */
      color: #557AFF;
   }
   a.scrollover em:first-line {
      /* Rollover Colour/Styles here */
      color: #FF5B3C;
   }
   html>body>#main{
   		left:350px;
		top:320px;
                bottom:150px;
                height:41%;
   		position:fixed;
                overflow:auto;
                width:42%;
   }   
   html>body>#mainmp{
   		left:280px;
		top:320px;
   		position:fixed;
   }   
   html>body>#mainl{
   		left:700px;
		top:320px;
   		position:fixed;
   }   
   html>body>#head{
   		left:251px;
		top:0px;
                height:45%;
   		position:fixed;
   }
   html>body>#foot{
   		left:251px;
		bottom:0px;
                height:10%;
   		position:fixed;
   }
   html>body>#menu{
      left:487px;
	  top:202px;
	  position:fixed;	
   }
   html>body>#home{
   		left:524px;
		top:230px;
   		position:fixed;
   }
   html>body>#store{
   		left:634px;
		top:230px;
   		position:fixed;
   }
      html>body>#loca{
   		left:722px;
		top:230px;
   		position:fixed;
   }
      html>body>#que{
   		left:824px;
		top:230px;
   		position:fixed;
   }   
   #main{
  		left:371px;
		top:340px;
                bottom:200px;
   		position:absolute;
                overflow:auto;
                height:40%;
                width:40%;
   }
   #mainl{
   		left:700px;
		top:320px;
   		position:absolute;
                overflow:auto;
   }   
   #head{
  		left:241px;
		top:0px;
   		position:absolute;
                height:40%;
   
   }
   #foot{
  		left:241px;
		bottom:0px;
   		position:absolute;
                height:60px;
   }
   #mainmp{
   		left:280px;
		top:320px;
   		position:absolute;
   }   
   #menu{
      left:477px;
	  top:204px;
	  position:absolute;	
   }
   #home{
   		left:513px;
		top:250px;
   		position:absolute;
   }
   #store{
   		left:620px;
		top:250px;
   		position:absolute;
   }   
   #loca{
   		left:710px;
		top:250px;
   		position:absolute;
   }   
   #que{
   		left:813px;
		top:250px;
   		position:absolute;
   }