/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
body {
	background-image: url(http://www.phatapples.com/images/bg_blue.jpg);
	background-color:;
	background-repeat: repeat-x;
	background-position:top right;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
