/*
	 Special thanks to:
	 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.jpg) repeat-x left bottom; }
#fancy-fancy        	{ background: url(/images/pattern.png) fixed repeat-x -275px bottom; }
#inner-wrap         	{ width: 800px; background: white; margin: 0 auto; min-height: 2000px; }

.center			{ margin-left:248px; }
.right			{ text-align: right; margin-right:50px; }
.footer			{ text-align: right; margin-top:1800px; margin-right:50px; }
.icon			{ padding: 0 5px; text-decoration: none; }
