.prof_copyright {
	 margin: 20px 0px 30px 50px;
	 color:#2e2e2e;
	 font-size:10pt;
}

#prof_content { 
	 width:909px; 
	 height:965px;
	 background: url('../images/prof_bg1.jpg') no-repeat; 
	 margin:0 auto;

}

.prof-title {
	margin-left:38px;
}

.prof-text {
	margin-top:32px; 
	margin-left:50px; 
	width:400px
}

.prof_cookies {
	display:none;
	margin-top:30px;
	text-align:center;
}

.prof-texttop {
	display:none;
	background: url('../images/prof_bg3-top.jpg');
	width:100%;
	height:21px
}

.prof-textbottom {
	display:none;
	background: url('../images/prof_bg3-bottom.jpg');
	width:100%;
	height:18px
}


#mobile_jamalfahim {
	max-width:630px;
	margin: 0 auto;
	text-align:center;
}



@media screen and (max-width:950px) {

#prof_content { 
	 width:601px;
	 background: url('../images/prof_bg2.jpg') no-repeat; 
}

.prof-title {
	margin-top:0px;
	margin:0 auto;
	max-width:350px;
}

.prof-text {
	margin-left:90px; 
}


}


@media screen and (max-width:600px) {

.prof-title {
float:none;
margin:0 auto;

}

#prof_content { 
	 max-width:100%; 
	 background:none;
	 height:auto;
	 
}


.prof-text { 
	 background: url('../images/prof_bg3.jpg'); 
	 width:100%;
	 margin-left:0px;
	 margin-top:0px;
	 padding-bottom:20px
}

.prof_cookies, .prof-texttop, .prof-textbottom {
	display:block
}

}