css right left image issue
Having an issue creating images. Would like one on right and one on left, ( over the main background image ) however, no matter what I place in, only shows on right, left but never both?
I know I'm doing something wrong, just not sure what it is.
Wordpress css
Code:
body {
color:#cdc9c9;
font-size:12px;
font-family: 'arial';
position:relative;
background:url("images/back-body.jpg") top no-repeat;
background: url("images/bg-left.png") no-repeat;
background: url("images/bg-right.png") top right no-repeat;
text-shadow:1px 1px 1px #202020;
}