body, html {
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif
}
h2 {
text-align:center;
font-size:100%;
}
p {
text-align:center;
font-size:90%;
}
.newshead {
display:block;
width:90%;
background:#E4E4E4;
}
.newscontent {
display:block;
width:100%;
margin-top:3%;
}
#content {
position:absolute;
top:18%; left:16%;
width:63%; height:10%;
background:#fff;
}