.button {
   border: 1px solid #0a3c59;
   background: #fafdff;
   background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafdff));
   background: -webkit-linear-gradient(top, #fafafa, #fafdff);
   background: -moz-linear-gradient(top, #fafafa, #fafdff);
   background: -ms-linear-gradient(top, #fafafa, #fafdff);
   background: -o-linear-gradient(top, #fafafa, #fafdff);
   background-image: -ms-linear-gradient(top, #fafafa 0%, #fafdff 100%);
   padding: 5.5px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #0a1014 0 1px 0;
   color: #010e17;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 1px solid #0a3c59;
   text-shadow: #1e4158 0 1px 0;
   background: #b4b7b8;
   background: -webkit-gradient(linear, left top, left bottom, from(#a1a7ab), to(#b4b7b8));
   background: -webkit-linear-gradient(top, #a1a7ab, #b4b7b8);
   background: -moz-linear-gradient(top, #a1a7ab, #b4b7b8);
   background: -ms-linear-gradient(top, #a1a7ab, #b4b7b8);
   background: -o-linear-gradient(top, #a1a7ab, #b4b7b8);
   background-image: -ms-linear-gradient(top, #a1a7ab 0%, #b4b7b8 100%);
   color: #fff;
   }
.button:active {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #0a3c59;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#b4b7b8));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   }
   
   #justify {
    width: 100%;
    background: #fff;
}

#justify p {
    margin: 0 auto;
    max-width: 70%;
    list-style: disc outside none;
    text-align: justify;
    background: #fff;
    }
	
	#page

{

          z-index: 1;

          width: 960px;

          min-height: 600px;

          overflow:hidden;

          background-image: none;

          border-style: none;

          border-color: transparent;

          background-color: #EBEBEB;

          margin-left: auto;

          margin-right: auto;

}

@media (min-width: 768px)
bootstrap.min.css:5
.container {
width: auto !important;

}
