/* general clearer 
makes all common block-level elements behave the same. Removes weight and scales type as well as removing borders and list styling and box padding/margins
*/
body,p,div,li,ol,ul,h1,h2,h3,h4,h5,h6,hr,table,td,th{padding:0;border:none;margin:0;font-size:1em;line-height:1.2em;font-weight:normal;list-style:none;}

/* custom project css */ 
body{text-align:center;background-color:#cccccc} 
#push{float:left;width:100%;height:10%;} 
#swfContent{clear:both;position:relative;}   