	body {
		text-align: center;
		font-family: arial, sans-serif;
		margin: 0px;
		background-color:#000;
	}
	
	#container {
		width:435px;
		border: 0;
		margin: auto;
		padding-top:120px;
	}
	
	#select {
		background: url(/images/select.jpg) no-repeat;
		text-align: left;
		width:435px;
		height:320px;
	}
	
	#changelanguage {
		padding-top:150px;
		padding-left:100px;
	}
	
	#bottom {
		position:absolute; bottom:16px;
		font-family:courier;
		font-size:12px;
		color:#666;
		line-height:20px;
	}
	
	.p-gobutton {
		margin-bottom:-3px;
	}