﻿#divDisplayNews {

position: absolute;
z-index: 1;
top: 0px;
left: 0px;
width: 950px;
height: 600px;
background-image: url(../images/STUDIO22-news-background-1.png);
color: White;

}

#divNewsLabel
{
position: absolute;
bottom: 5px;
right: 5px;
font-style: italic;

}
#divNewsStory1, #divNewsStory2, #divNewsStory3
{
position: absolute;
z-index: 2;
color: #ffffff;
width: 200px;

}

#divNewsStory1
{
top: 300px;
left: 127px;
}

#divNewsStory2
{
top: 300px;
left: 377px;
}

#divNewsStory3
{
top: 300px;
left: 627px;
}

#tbNewsletter1
{
width: 200px;
border: none;
border-bottom: 1px dotted White;
background: Transparent;
color: White;
font-family: Arial;
font-size: 9px;
text-transform: uppercase;
font-weight: bold;
padding: 0px;
margin: 0px;
}