
/* theme background images */

html { background: url('repeat.bg.jpg') repeat-x top; } /* background repeating image */
body { background: url('center.bg.jpg') no-repeat center top; } /* background center image */

/* links coloring */

a { color: #6a5; } /* text links color */
a:hover { color: #594; } /* hover color (you can remove this) */

#signbuttonbox{width:265px;height:100px}
img.signbutton{width:265px;height:100px;background:url(/images/signbutton.png) no-repeat 0 0}
img.signbutton:hover{width:265px;height:100px;background:url(/images/signbutton.png) no-repeat 0 bottom;cursor:pointer}