body {background-color: #ffffff; background-image: url('/newsletter/Stars2-bg.jpg'); background-repeat: repeat-y, repeat-x; color: black; font-family: arial,sans-serif; font-size: 12px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; margin-top: 10px; text-align: center}

body { 
margin:0; 
padding:0; 
height:100%; /* this is the key! */ 
} 
#header { 
height: 350px; 
/*background-color: #EAEAEA; 
border:1px solid #333; */
padding:4px; 
} 

#left { 
position:absolute; 
left:0; 
top:450px; 
padding:5; 
width:200px; 
height:60%; /* works only if parent container is assigned a height value */ 
color:#333; 
background:#eaeaea; 
/*border:1px solid #333; */
} 
.content { 
position: relative; 
top: 30px; 
margin-left:220px; 
margin-right:220px; 
margin-bottom:20px; 
/*color:#333; 
background:#ffc; */
/*border:1px solid #333; */
padding:0 10px; 
} 
.contentwide { 
position: relative; 
top: 30px; 
margin-left:20px; 
margin-right:20px; 
margin-bottom:20px; 
/*color:#333; 
background:#ffc; */
/*border:1px solid #333; */
padding:0 10px; 
} 
#right { 
position:absolute; 
right:0; 
top:450px; 
padding:5; 
width:200px; 
height:60%; /* works only if parent container is assigned a height value */ 
color:#333; 
background:#eaeaea; 
/*border:1px solid #333; */
} 

#left p { 
padding:0 10px; 
} 
#right p { 
padding:0 10px; 
} 
p.top { 
margin-top:20px; 
} 