body {
	background: url('/images/bg.png') repeat-x;
}
#poster {
	width: 622px;
	height: 521px;
	background: url('/images/dsengine.png');
	position: absolute;
	left: 500px;
	top: 35px;
}
#langs {
	position: absolute;
	right: 5px;
	top: 3px;
}
#content {
	width: 480px;
}
#name {
	font: bold 50px Times,"Times New Roman";
	margin-top: 20px
}
#download-area {
	background: #ffa;
	border: 2px dashed gray;
	padding: 20px;
	width: 400px
}