/* This element includes the newsletter sign up and address */
#sidebar
{
position: absolute;
margin-left: -354px;
left: 50%;
top: 230px;
width: 150px;
}

/* These elements are the background gradient */
#backgradient
{
position: absolute;
z-index: 0; 
left: 0; 
top: 0; 
right: 0; 
bottom: 0;
width: 100%;
}

#backgradient-upper
{
background-image: url('backgradient-repeat.jpg');
background-repeat: repeat-x;
width: 100%;
}

#backgradient-lower
{
background-image: url('leftlower-repeat.jpg');
background-repeat: repeat-x;
width: 100%;
}


