
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 728px;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, sans-serif;
	line-height: 1.3;
	
	color: #333333;
	background-color: #ffffff;
}

h2 {
	border-bottom: 3px solid #333333;
}

h1 a {
	display: block;
	width: 200px;
	height: 30px;
	background: url(logo.png) no-repeat;
	text-indent: -9999px;
}

#language {
	position: absolute;
	top: 0px;
	right: 0px;
}


