div#va-div-helper {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -230px;
	float: left;
}
 
div#va-div {
	margin:0px auto;
	width: 600px;
	height: 460px;
	clear: both;
	position: relative;
	top: -230px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */

	border:1px solid white;	
	background:#ffffff url('../img/main.jpg') no-repeat top left;	
}
 
/* Hide from IE5mac \*//*/
div#va-div-helper {
	display: none;
}
 
html, body {
	height: auto;
}
/* end hack */
 
/* ]]> */


#main-language-container {
	border:0px solid green;
	margin-top:400px;
	height:50px;
}


#main-language-container table {
	width: 100%;
}

#main-language-container table td img {
	vertical-align:middle;
}
