body {
font-family: georgia, times new roman, serif;
background-color: #e0e7c6;
margin: 0;
}

#top_bar {
background: #9a9e47 url(../images/top_bar_bg.jpg) repeat top center;
display: block;
width: 100%;
height: 30px;
}

#container {
display: block;
width: 490px;
margin: 0 auto 0 auto;
background: #e0e7c6 url(../images/popup_body.jpg) repeat;
}

#header {
display: block;
width: 490;
height: 145px;
background: #e0e7c6 url(../images/popup_head.jpg) no-repeat;
}

#main_body {
display: block;
width: 490px;
}

#footer {
background: #e0e7c6 url(../images/popup_foot.jpg) no-repeat;
display: block;
width: 490px;
height: 50px;
}

p {
color: #666;
font-size: 11px;
display: block;
width: 350px;
padding: 0 0 5px 70px;
line-height: 18px;
}

.unsub {
font-size: 9px;
line-height: 16px;
}

a {
color: #e48ebc;
text-decoration: none;
}

a:hover {
color: #efb9ca;
text-decoration: underline;
}

img {
border: none;
}

