@charset "UTF-8";
/* CSS Document */
html, body{
	height:100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #0E0B0B;
	background-image: url(/assets/images/specialsections/graffiti/pageBackground.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin: 0px;
	padding: 0px;
}
.wrapper {
	width:980px;
	height:100%;
	/*margin:auto;*/
	margin-left:-490px;
	left:50%;
	position:relative;
	padding: 0px;	/*background-color:#0F0;*/
	min-height:900px;
}

.wrapper .footer .logo{
/*	position:absolute;*/
	border:none;
}

.wrapper .footer{
	/*width:980px;*/
	width:153px;
	height:116px;
	position:absolute;
	/*top:651px;*/
	bottom:0px;
	right:50px;

}
.header {
	width:980px;
	height: 281px;
	/*position:relative;*/
	margin: 0px;
	padding: 0px;
}


.video {
	width:560px;
	padding:0px;
	margin:15px 0px 0px 65px;
	float:left;
}


.jesus {
	width:298px;
	height:370px;
	padding:0px;
	margin:0px;
	/*float:right;*/
	float:left;
	margin-left:57px;
	
}
.jesus a {
	background-image: url(/assets/images/specialsections/graffiti/doveBG.gif);
	width:298px;
	height:370px;
	display:block;
	background-repeat: no-repeat;
	outline:none;
}
.jesus a:hover {
	background-image: url(/assets/images/specialsections/graffiti/doveBG.gif);
	width:298px;
	height:370px;
	display:block;
	background-position: 0px -370px;
	background-repeat: no-repeat;
	outline:none;
}

