﻿body 
{
text-align:center;
}
.p1
{
    background-image: url(siteimages/left_mon_new.jpg);
    background-repeat: no-repeat;
    float:left;
    width: 30px;
    height: 455px;
}
.p2
{
    background-image: url(siteimages/right_mon_new.jpg);
    background-repeat: no-repeat;
    float:right;
    width: 30px;
    height: 455px;

    
}
.p3
{
    background-image: url(siteimages/top_mon_new.jpg);
    background-repeat: no-repeat;
    float:inherit;
    width: 640px;
    height: 30px;
    
}
.p4
{
    background-image: url(siteimages/mon_content_area.jpg);
    background-repeat: no-repeat;
    width: 640px;
    height: 395px;
    float:inherit;
}
.p5
{
    background-image: url(siteimages/bottom_mon_new.jpg);
    background-repeat: no-repeat;
    width: 640px;
    height: 30px;
    float:inherit;
}
.main
{
    vertical-align: top;
    width: 700px;
    height: 455px;
    text-align:justify;
}

    
    
