/*
* File Name     : structure.css
* Dependencies  : core.css
* Description   : defines the layout of the site
* Version       : 1.0.1
* Date Modified : 10/9/2007
* Usage         : Copyright 2007 Craig Phares. All rights reserved.
*/

/* window properties */
html { width:100%; height:100%; }
/* body alignment */
body { width:100%; height:100%; }
/* page stucture elements */
#flashcontent { height:100%; }
