
/* Layout Stylesheet */ 

 #container1{
 position: relative;
 top: 0px;
 left: 0px;
 height: 2650px;
 width: 980px;
 margin: 0 auto;
 background: #FFFFFF;
 z-index: 3; 
 }
 
 #heading1{
 position: absolute;
 top: 0px;
 left: 5px;
 width: 185px;
 height: 50px;
 background: #FFFFFF;
 }
 
 #heading2{
 position: absolute;
 top: 0px;
 left: 190px;
 width: 600px;
 height: 50px;
 background: #FFFFFF;
 }
 
 #heading3{
 position: absolute;
 top: 0px;
 left: 790px;
 width: 185px;
 height: 50px;
 background: #FFFFFF;
 }
 
 #likebox1{
 position: absolute;
 top: 55px;
 left: 5px;
 width: 215px;
 height: 25px;
 background: #FFFFFF;
 }

 #likebox2{
 position: absolute;
 top: 55px;
 left: 220px;
 width: 215px;
 height: 25px;
 background: #FFFFFF;
 }
 
 #likebox3{
 position: absolute;
 top: 60px;
 left: 435px;
 width: 215px;
 height: 25px;
 background: #FFFFFF;
 }
 
 #text1{
 position: absolute;
 top: 100px;
 left: 5px;
 width: 645px;
 height: 1340px;
 background: #FFFFFF;
 }

 #text2{
 position: absolute;
 top: 50px;
 left: 650px;
 width: 325px;
 height: 1730px;
 background: #FFFFFF;
 }

 #text3{
 position: absolute;
 top: 1440px;
 left: 5px;
 width: 320px;
 height: 340px;
 background: #FFFFFF;
 }
 
 #text4{
 position: absolute;
 top: 1440px;
 left: 325px;
 width: 325px;
 height: 340px;
 background: #FFFFFF;
 }
  
 #interest{
 position: absolute;
 top: 1780px;
 left: 5px;
 width: 970px;
 height: 610px;
 background: #FFFFFF;
 }
 
 #footer{
 position: absolute;
 top: 2390px;
 left: 5px;
 width: 970px;
 height: 260px;
 background: #FFFFFF;
 }
