* {padding: 0; margin: 0; }
. {padding: 0; margin: 0; height: 100%; width:100%;}

body{left:0; top: 0;
	background-image: url("../../source/img/pb_img.jpg");
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	}

.pc_page_wrap{ float:left; top:0; width: 100%;}
.pc_top_header{float:left; padding: 0;  margin: 0; width: 100%; position: fixed; top:0; left: 0; z-index:20; }
.pc_content_wrap{float:left; margin:0px ;margin-top:50px; width: 100%; left: 0;}
/* background: rgba(0,0,0,0.2);*/

/* page header*/
.pc_page_header_wrap{float:left; width: 100%; 
	background-image: url("../../source/img/pb_img.jpg");
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	}
.pc_page_header_wrap #pc_page_header_wrap{float:left; width: 100%; height:150px; line-height:150px; text-align:center; 
	background: rgba(0,0,0,0.3);	}
	
.pc_page_header_wrap #pc_page_header_wrap {color: #FFFFFF; font-weight: bold; font-size: 30px;}

/* no data found */
.nodataFound{text-align: center;}
.nodataFound #nodataFound_msg{font-size: 26px; padding: 15px 0px; color:orange;}
.nodataFound #nodataFound_image{font-size: 14px; padding: 15px 0px; color:orange;}
.nodataFound #nodataFound_message{font-size: 12px; padding: 15px 0px; color:green;}



@media only screen and (max-width: 600px) 
{
	.pc_page_header_wrap #pc_page_header_wrap{height:80px; line-height:80px; font-size: 22px;}
}
