.press {
	background-color: #013A6B;
  	background-image: -webkit-linear-gradient(90deg, red 50%, #013A6B 50%);
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:60px;
	font-weight:600;
	text-align:center;
	letter-spacing: 0.0625em;
}

.logo1 {
	background-color:white;
	display: block;
	width:70%;
	margin: 10px auto;
	padding: 0%;
	height: 90px;
	position:relative;
	border: 1px solid #013A6B;
	border-radius: 15px 0px 15px 0px;
	overflow:hidden;
	z-index:1;
	background-image:url(../img/logo.png);
}
.logo1:before {
	content:"";
	background-color:#F90;
	width: 100%;
	height: 33.33%;
	top:0;
	left:0;
	position:absolute;
	border-radius: 10px 0px 0px 0px;
	z-index:-1;
}
.logo1:after {
	content:"";
	background-color:green;
	width: 100%;
	height: 33.33%;
	bottom:0;
	left:0;
	position:absolute;
	z-index:-2;
}

.pbox {
	background-color: #EDEDED;
	background-image: -webkit-linear-gradient(30deg, #EDEDED 45%, #FFF 45%);
	min-height: 400px;
	border-radius: 15px;
	border: solid 1px #999999;
	overflow: hidden;
	margin: 0 auto;
}
.img_align {
	display: block;
	margin: 10px auto;
    width: 70%;
}
.photo {
	width:100%;
	border:solid 1px #999999;
	overflow:hidden;
}