/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ background: #404143 url(../images/bodytiletop.jpg) repeat-x; }

#page-wrap          { background: url(../images/bodytilebottom-tall.jpg) repeat-x left bottom; }
#fancy-fancy        { background: url(../images/robozombies7.png) fixed repeat-x -275px bottom; }
#inner-wrap         { width: 550px; background: white; margin: 0 auto; min-height: 2000px; }