/******* Structure *******/
html {
	height: 100%;
	overflow: auto;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url('/workspace/images/background.png') repeat center center;
}
/*hide from ie on mac\*/
#alternateContent {
	width: 100%;
	height: 100%;
	text-align: center;
}
/* end hide */
#langselect {
	position: absolute;
	width: 966px;
	height: 966px;
	left: 50%;
	top: 50%;
	margin-left: -483px;
	margin-top: -483px;
}
h1 {

}
h2 {

}
#flags {
	
}
a img {
	border: none;
}