This page will let you test the various background properties. It works only in the latest standards-compliant browsers such as Mozilla or Internet Explorer 6 or Opera
Here is what the CSS for your background looks like:
<style type="text/css">
<!--
body {
background-image: url(images/evc_background.png);
background-repeat: repeat;
background-position: 0% 0%;
background-attachment: scroll;
}
-->