body{
	background: url(img/website-bg.jpg) top center no-repeat;
	background-attachment: fixed;
	padding: 10px;
	font-family: 'actorregular';
}
#wrapper{
	width: 100%;
	max-width: 960px;
	margin: 100px auto;
	background:#ffffff;
	position: relative;
	padding: 30px 0;
}

#stripe{
	width: 224px;
	height: 752px;
	position: absolute;
	right: 10px;
	top: -21px;
	background:url(img/stripe-bg.png) top center no-repeat;
	z-index: 9999;
	color: #ffffff;
	font-size: 16px;
	font-family: 'actorregular';
	text-align: justify;
	padding: 50px 20px 0 45px;
}

.banner{
	width: 100%;
	max-width: 960px;
	float: left;
	margin-bottom: 30px;
}

.contact-holder{
	font-family: 'actorregular';
	font-size: 16px;
	color: #0f6cb6;
	float: left;
	margin: 0 0 0 27px;
}

.logo{
	float: left;
	margin: 0 0 0 30px;
	padding: 30px 0 40px 30px;
	border-left: 2px solid #2a2a2a;
}

.credentials{
	position: absolute;
	left: 27px;
	bottom: -40px;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
}

.psd-logo{
	position: absolute;
	bottom: -90px;
	right: 325px;
}







/*start media Query under 960px*/
@media (max-width: 960px){
/****/
body{
	padding-bottom: 30px;
}
#wrapper{
	margin: 10px auto;
}

#stripe{
	float: right;
	position: inherit;
	background:#fdb825;
	padding: 2.8125%;
	margin: 0px auto 20px 0; 
	right: auto;
	top: auto;
	width: 94.375%;
	height: auto;
}
.credentials{
	width: 100%;
	max-width: 960px;
	text-align: center;
	left: 50%;
	margin-left: -50%;
}
.psd-logo{
	width: 104px;
	left: 50%;
	right: auto;
	margin-left: -52px;
	bottom: -150px;
	text-align: center;
	margin-bottom: 30px;
	display: block;
}

/****/
}
/*end media Query under 960px*/













/*start media Query under 670px*/
@media (max-width: 670px){
/****/
body{
	padding-bottom: 30px;
}
.logo{
	border-left: none !important;
	padding: 0px !important;
	margin: 20px 20px 20px 27px !important;
	width: 85% !important;
	max-width: 283px !important;
 }

/****/
}
/*end media Query under 670px*/