body
{
margin:5px auto;
background: url(../images/no_vaccines_bg.png) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

h1 
{
margin-bottom:0;
color:#FFFFFF;
margin:20px;
}

a {
    display: block;
}

#container
{
width:90%;
margin:0 auto;
text-align:center;
/*border-radius: 5px 5px 5px 5px;*/
}
#vacc_title_text
{
position:relative;
width:100%;
text-align:center;
padding:10px;
top:2px;
color:#000000;
font-family: Impact;
font-style:bold;
font-size: 60px;
text-align:center;
}
#container_news {
position:relative;
margin:0 auto;
width:100%;
text-align:center;
top:20px;
z-index:2;
}
#news_div_alpha {
position:absolute;
width:100%;
height:100%;
margin:0 auto;
color:white;
text-align:center;
background-color:white;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
filter: alpha(opacity=80);  /* IE 5-7 */
-moz-opacity: 0.8;          /* Netscape */
-khtml-opacity: 0.8;        /* Safari 1.x */
opacity: 0.8;               /* Good browsers */
z-index:3;
}
#news_div {
position:relative;
width:60%;
margin:0 auto;
text-align:center;
top:30px;
z-index:4;
}
#pictures_div_main {
position:relative;
margin:0 auto;
text-align:center;
width:100%;
z-index:4;
}
#pictures_div {
position:relative;
z-index:4;
width:616px;
height:345px;
margin:0 auto;
text-align:center;
background: url(../images/syrian_children_vaccinations.png);
}
#pictures_div_blank {
position:relative;
width:10px;
float:left;
z-index:4;
}