
/* Layout Stylesheet */ 

#index_container {
 position: absolute;
 top:98%;						/* This sets the inner_container element to the top 98% in the "outer_container" */
 height:500px;
 width:653px;
 left: 0px;
 top:0px;
 padding:0;
 overflow:hidden;
} 

#homecontent {
 position:absolute;
 left:0px;
 top:103px;
 overflow:hidden;
}

p#para {
 font-size: 11px;
 color:#999999;
 position:absolute;
 left:72px;
 top:180px;
 width:380px;
 text-align:left;
 overflow:hidden;
}

/* End of Layout Stylesheet */ 