/*
* Css Style for Zengraph.com
*/

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	position; relative;
}

.bg {
	overflow: hidden;
	width: 100%;
	background-image: url("img/hooper-samurai.jpg");
	height: calc(100% - 15px);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: width 2s, height 2s;
	transition: width 2s, height 2s;
	position: fixed;
}

.bg:hover {
	height: 105%;
}

.bg p {
	font-size: 0px;
	width: 100%;
	text-align: center;
	margin-top: ;
	padding-top: 40px;
}

.footer {
	position: absolute;
	bottom: 0;
	background-color: #000;
	color: #555;
	font-size: 12px;
	font-weight: 400;
	font-family: arial, sans-serif;
	text-align: center;
	width: 100%;
	height: 15px;
	padding: 6px 0 0 0;
}

