
/* theme background images */

html { background: url('repeat.bg.jpg') repeat-x top; } /* background repeating image */
body { background: url('center.bg.jpg') no-repeat left top; } /* background center image */
#aramadiv {
background:url("../../siziarayalim/arabg.jpg") repeat-x scroll 0 0 transparent;
bottom:0;
height:80px;
left:0;
overflow:hidden;
position:fixed;
text-align:center;
width:100%;
z-index:9999;
}
/* links coloring */

a { color: #08a; } /* text links color */
a:hover { color: #707; } /* hover color (you can remove this) */

