#content { margin:0px auto 0; position:relative; padding-top:30px; padding-left:30px; max-width:1500px;
 }

#content-wrap { width: 100%; overflow:hidden; }
#content #a {
position:absolute;
right:0;
top:0;
width:30px;
height:30px;
background:url(/images/content-shadow.png) right top no-repeat;
}
#content #b {
position:absolute;
left:0px;
bottom:0px;
width:30px;
height:30px;
background:url(/images/content-shadow.png) left bottom no-repeat;
}
#content #c {
background:url(/images/content-shadow.png) right bottom no-repeat;
}
#content #d {
position:relative;
left:-30px;
top:-30px;
background:url(/images/content-shadow.png) left top no-repeat;
}
#content #e {
position:relative;
left:15px;
top:15px;
}
* html #content #a, * html #content #b, * html #content #c, * html #content #d {
background:none;
}
