#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}
#loading h1 {
    margin-top: 6%;
}
#loading-image {
    left: 43%;
    position: absolute;
    top: 149px;
    width: 12%;
    z-index: 100;
}
body {
	background-color: #f9f9f1;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
textarea{
    resize: none;
}
a{
    color:#000;
}
.footer {
    background-color: #343434 !important;opacity: 0.9;
}
/*.pagetitle{
	border: 1px solid #a9cdd4;
	border-radius: 5px;
	padding: 5px 5px 5px 15px;
	color: #f36d21;
	 text-decoration: underline; 
}*/
.bgbody {
   background-image: url("../img/bg_img.jpg");
   /* background-image: url("http://demo.qodeinteractive.com/bridge/wp-content/uploads/2014/03/full01.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100%;background-size: 100% 98%;
}

.pagetitle, .tagline {
    border-bottom: 1px solid #e88570;
    color: #f36d21;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}
