845
edits
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
/* Color & Background */ | /* Color & Background */ | ||
background: url("/images/TexturedBackground.jpg") | background-image: url("/images/TexturedBackground.jpg"); | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-position: 50% 50%; | background-position: 50% 50%; | ||
background-repeat: repeat; | background-repeat: repeat; | ||
border-left: 0px none rgb(0, 0, 0); | border-left: 0px none rgb(0, 0, 0); | ||
margin: 0px; | margin: 0px; | ||