TABLE.top {
	width: 760px;
	height: 80px;
	margin: 0 auto;
}

	TABLE.top TD.logo {
		width: 180px;
		padding: 0;
	}

	TABLE.top TD.top_image {
		width: 580px;
		padding: 0;
		background: url("../images/top_image.jpg") no-repeat 0 0;
	}

	TABLE.top TD.langselect {
		height: 20px;
		padding: 0 10px;
		margin: 0;
		text-align: right;
	}
		

		TABLE.top TD.langselect A {
			color: #CC0000;
			text-decoration: none;
		}

		TABLE.top TD.langselect A:hover {
			color: #666666;
		}

DIV.container {
	width: 760px;
	margin: 0 auto;
}