/**
 * 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"
 */

<style type="text/css">
<!--
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-image: url(images/bgheader.jpg);
	background-repeat: repeat-x;
	background-color: #013C78;
	margin-top: 0px;
}
#MainSalesCopy {
	padding-right: 35px;
	padding-left: 35px;
}
#mainContainer {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	width: 747px;
	margin-top: 0px;
	margin-right:auto;
	margin-left: auto;
}
#Footer {
	margin-right: auto;
	margin-left: auto;
	width: 747px;
	}
-->
</style>
*/