@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}
body, html {
	height: 100%;
	/*overflow-y: scroll;*/
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFFFFF;
	
}

a  img {border: none;}


.top {
	width: 760px;
	height: 70%;
	position: relative;
	margin-left: auto; margin-right: auto;
	z-index: 70;
}
.cat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}

.logo {
	width: 280px;
	height: 130px;
	position: absolute;
	bottom: 60px;
	right: 0px;
	line-height: 230px;

	color: #001ca9;
	font-size: 26px;
	background-image: url(/gif/index/ums.gif);
	background-repeat: no-repeat;
}

.line {
	background-color: #a3a1a2;
	width: 100%;
	height: 4px;
	position: relative;
	bottom: 57px;
	z-index: 50;
	font-size: 1px;
	background-color: #FFFFFF;
}

* html .line {
	bottom: 58px;
}

.langs_container {
	width: 740px;
	margin-left: auto; margin-right: auto;
}

.langs_container  li {
	float: left;
	width: 70px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center top;
	list-style-type: none;
	line-height: 75px;
	margin-right: 23px;
	font-size: 11px;
	text-align: center;
}
.langs_container  li a {
	text-decoration: none;
	color: #001ca9;
	
	float: left;
	width: 70px;
	height: 50px;
}

	
