/* CSS Document */

body{
background-image:url(../images/1.jpg);
background-position:top right;
background-attachment: fixed;
background-repeat:no-repeat;
background-color:#000000;
}

.news{
margin-top:60px;
float:right;
width:180px;
}

.newsheader{
margin-bottom:9px;
}

.newsitem{
margin: 9px 0;
position:relative;
z-index:1000;
}

.newsitembody{
background-color:#666666;
color:#ffffff;
padding:5px;
}

.newsitem p{
padding:0 4px;
}

.newsitembody img{
margin-top:7px;
margin-bottom:10px;
}

.newsitemdate{
color:#cccccc;
font-size:10px;
font-style:italic;
width:160px;
}

.newsitemheader{
font-size:13px;
font-weight:bold;
line-height:15px;
width:160px;
}

.newsitemtext{
font-size:11px;
line-height:18px;
width:160px;
}

.newsfooter{
float:right;
margin-top:9px;
}
