well well, actually you dont need elastic to accomplish this, but here
is my approach prepared for an elastic layout based on 90% global, and
centered.
i havent tested it on all browsers though, so let me know how it goes.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" media="all" href="production/
elastic.css" />
<style type="text/css" media="screen">
/* <![CDATA[ */
.full{
position : absolute;
height : 90%;
width : 100%;
top : 5%;
left : 0;
}
/* ]]> */
</style>
<script src="jquery.js" type="text/javascript" language="javascript"
charset="utf-8"></script>
<script src="production/elastic.js" type="text/javascript"
language="javascript" charset="utf-8"></script>
</head>
<body>
<div class="unit full">
<div class="container horizontal-center full-height" style="width:
90%; background-color:grey;">
put your content here
</div>
</div>
</body>
</html>