/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
body 
{
	background-attachment: fixed;
	background-color: #44494a;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

img, div, background, td { behavior: url(iepngfix.htc) }


