
/* theme background images */

html { background-color:#FFFFFF; } /* background repeating image */
body { 
	/*background: url(center.bg.jpg) no-repeat left bottom;*/
	background-image:url(center.bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: left bottom;

} /* background left image */

/* links coloring */

a { color: #ed1c24; } /* text links color */
a:hover { color: #5c5c82; } /* hover color (you can remove this) */

