  /*--------------------------------------------------------------------------\
  '    This file is part of shoping Cart in module library of FUSIS           '
  '    (C) Copyright 2005 www.fusis.com                                       '
  ' ..........................................................................'
  '                                                                           '
  '    AUTHOR          :  Gayan Pathirage (SEO @  Fusis) <gayan @ fusis.com>  '				
  '    FILE            :  seo.css                                    		  '
  '    PURPOSE         :  To generate the static pages without tables	      '
  '--------------------------------------------------------------------------*/

  .main {
	position: absolute;
	top: 25%;
	width: 654px;
	height: 403px;
 	background: url(../intro_bg.jpg) no-repeat;
 }

  .intro {
	position: absolute;
	top: 50px;
	left: 6px;
	width: 642px;
	height: 320px;
  }

  .foot {
	position: absolute;
	top: 370px;
	left: 6px;
	width: 642px;
	height: 100px;
  }

  .Header {
  	position: relative;
	width: 100%;
  }
  
  .Spacer {
  	position: relative;
	width: 100%;
	height: 6px;
  }
  
  .Menu {
  	position: absolute;
	top: 0px;
	left: 0px;
 	float: left;
 	width: 210px;
	height: 400px;
  }
  
  .Description {
    position: absolute;
	top: 0px;
	right: 0px;
  }
  
  .Image {
  	float: left;
	width: 300px;
	height: 300px;
  }
  
  .Content {
  	position: relative;
	width: 100%;
  }
  
  .Footer {
  	position: relative;
	width: 100%;
  }


