body {
font:"comic sans ms", helvitica, san-serif;
}
.page
{
position:absolute;
top:0px;
left;0px;
width:100%;
height:2250px;
background-color:aliceblue;
border:5px solid blue;
}
<!-- box1 is the heading div -->
.box1
{
width:100%;
height:auto;
border:5px double red;
padding:1em;
font-size:1.6em;
font-weight;700;
}

h1,h2,h3,h4
{
color:#a52a2a;
}
hr
{
width:75%;
height:5px;
background-color:deb887;
}
#cnews
{
width:90%;
height:250px;
position:absolute;
top:350px;
left:5%;
border:.25em solid blue;
}
<!-- US news -->
.wldnews
{
width:90%;
height:500px;
position:absolute;
top:350px;
left:5%;
border:.25em solid blue;
}
<!-- world news -->
.natnews
{
width:90%;
height:500px;
position:absolute;
top:900px;
left:5%;
border:5px solid blue;
}

<!-- yahoo news -->
#yanews
{
width:90%;
height:250px;
position:absolute;
top:1160px;
left:5%;
border:5px solid blue;
}

.foot1
{
width:90%;
height:auto;
position:absolute;
top:1850px;
left:6%;
}
.weather
{
width:90%;
height:250px;
position:absolute;
top:1440px;
left:5%;
border:5px solid blue;
}
.maps
{
width:90%;
height:100px;
position:absolute;
top:1700px;
left:5%;
border:5px solid blue;
}
