.invitationMaster {

    position:relative;;
    background:white;
    opacity:0.95;
    filter: alpha(opacity=95);
    margin-top:50px;
    margin-left:150px;
    text-align:center;
    width:750px;
    -moz-box-shadow: 0 0 30px 0 #000000;
    -webkit-box-shadow: 0 0 30px 0 #000000;
    box-shadow: 0 0 30px 0 #000000;

    box-sizing: border-box;


}
.invitationImage {
	height:1236px;
	width:750px;
}
.invitationImage_Logo_Block {
	/*height:270px;*/
	width:700px;
}
.invitationImage_Header {
	height:170px;
	width:750px;
}
.invitationImage_FrontSplash {
	height:389px;
	width:600px;
}
.frontSplashHolder {
	position:absolute;
	top:50%;
	left:50%;
    opacity:0.95;
    filter: alpha(opacity=95);
	transform: translate(-50%,-50%);
	z-index:10;

}

.frontSplashTitle {
	height:50px;
	background-color:white;
	font-size:30px;
	font-weight:bolder;
	width:100%;
	text-align:center;
	opacity:0.9;
	filter:alpha(opacity=90);
	padding-top:5px;
}

.closeFrontSplash {

	position:absolute;
	right:-10px;
	top:-10px;
	font-size:25px;
	width:25px;
	height:25px;
	line-height:25px;
	padding-bottom:1px;
	background-color:#ca2c2c;
	text-align:center;
	vertical-align:middle;
	color:white;
	cursor:pointer;

}

.splashGrey {

	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:9;
	opacity:0.8;
	filter: alpha(opacity=80);
	background-color:#808080;

}
