@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
}
#language {
	width: 80px;
	height: 30px;
	/*margin-top: 50%;
	margin-right: auto;
	margin-left: auto;*/
	margin:auto;
	margin-top:25%;
	padding:auto;
}
#wrapper {
	height: 100%;
	width: 100%;
}
/* hide from ie on mac */
	html {
		height: 100%;
		overflow: hidden;
	}
#flashcontent {
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	height: 100%;
	margin-bottom: auto;
}
