@charset "utf-8";
/* CSS Document */
body {
	background:url('bgimageportfolio.jpg') no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;

}

.pbanner {
	padding-top:170px;
	background: transparent url('./portfoliobanner.png') no-repeat top center;

}

