
/* theme background images */

html { background-color:#FFFFFF; } /* background repeating image */
body { 
	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) */
ul.pti { list-style: none; margin-left: 0px;}
ul.pti li { margin: 10px 0px 10px; }
ul.pti li ul { margin-left: 30px;}
ul.pti li ul li { margin: 0px; }
img.imgpti { margin: 10px 0px 25px 0px; }
