@charset "utf-8";
.body_container {
	background-color:#2e2e2e;
	background-repeat: repeat;
	margin:0px 0px; padding:0px;
}
.visitcard {
	/*margin:auto;
	width: 402px;
	height: 230px;*/
		position: absolute;
        top: 50%;
        left: 50%;
        width: 402px;
        height: 230px;
        margin-top: -115px; /*always take 1/2 from the size of the height, they have to be negative*/;
        margin-left: -201px; /*always take 1/2 from the size of the width, they have to be negative*/

}

.flash{
	position:absolute;
	top:0px;
	z-index:99;
	width:100%;
	height:100%;
}


