@charset "utf-8";
/* CSS Document */

html,body {
	background:#FFFFFF;
	font-family: Helvetica, Arial, Trebuchet MS;
    height:100%;
    margin:0;
    padding:0;
}
.centered_container {
	text-align:center;
	/* min-width:577px;
	min-height:446px; */
}

.container {
	text-align:center;
}

#landpage_img{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-248px;/* half elements height*/
	margin-left:-283px;/* half elements width*/
	width:577px;
	height:446px;
	border:0px;
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
}