body {
    width: 100%;
    height: 100%;
    font-family: Verdana;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    
    background-image:url('../images/Back.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    margin: 0 auto;
    padding: 0 ;
}


#body{
height: 95%;
width: 100%;
background-color: white;
padding-bottom: 0px
}
 /*To remove IE issue of borders */   
 a {outline : none;float:left}
 a img {outline : none;}
 img {border : 0;}

/* this style is to keep the content in the center of the page */
.alignCenter {
    
    margin: auto;
    height: 100%;
    padding: 0px 8px 0px 5px;
     /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px; 
    border-radius: 7px;

     background: url(../images/front.jpg) repeat-x top left;
}

.link {
  stroke: #ccc;
  stroke-width: 1;
}

.node text {
  pointer-events: none;
  font: 15px sans-serif;
  border:10px solid #021a40;
}
.background {
  fill: none;
  pointer-events: all;
}
image
{
    height:100%;
    width:100%
}

