body {
    background-image:url("../images/kalasinchanam.jpg");
    background-position:center 80px;
    background-repeat:no-repeat;
    background-color:#fff;
    width:100%;
    height:100%;
    text-align:center;
    margin:0px;
    padding:0px;
}

div#master {
   background-position:center 120px;
   background-repeat:no-repeat;
   margin:0 auto;
   width:1008px;
}
div#body {
   background-image:url("../images/yamini.jpg");
   background-position:center bottom;
   background-repeat:no-repeat;
   height:575px;
   width:100%;
} 
div#redfooter {
   background-image:url("../images/yamini_name.jpg");
   background-position:center center;
   background-repeat:no-repeat;
   background-color:#dc2f2f;
   height:27px;
   width:100%;
} 

div#footer {
   background-image:url("../images/copyright.jpg");
   background-position:center bottom;
   background-repeat:no-repeat;
   background-color:#000;
   height:108px;
   width:100%;
   text-align:center;
} 

div#footerlinks {
    margin:auto;
    padding-top:10px;
    text-align:center;
    width:680px;
}

ul#bottomnav {
    clear:both;
    list-style-type:none;
    margin:0;
    padding:0;
}

ul#bottomnav li {
    float:left;
    padding-left:18px;
}

div#footer a {
    font-family: verdana, sans-serif; 
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
    color:#fff;
}

div#footer a:hover {
   text-decoration:underline;
}


