@charset "utf-8";
/* CSS Document */

html, body
{
  height: 100%;
}

body {
background-image:url(../images/common/bkgd.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:rgb(45,70,154);
margin:0;
padding:0;
}
