/* web.css - call after local.css */
/* Last-Modified: 5/21/2009 11:07PM */

html{
 font-family: Calibri, "Tempus Sans ITC", "Century Gothic", "Garamond", sans-serif;
}

body{
 background-image: url("/images/bg_smoke.jpg");
 background-attachment: fixed;
 width: 100%; 
 margin: 0; 
 padding: 0;
}

#container{
 background-color: #fff;
 background-image: url("/images/bg_water.jpg");
 background-repeat: repeat-x;
 background-attachment: fixed;
 width: 30%;
 min-width: 240px;
 max-width: 320px;
 border: 2px solid #daf3fa;
 position: absolute;
 left: 35%;
 padding: .1em;
}