@charset "utf-8";

html {
	height				: 100%;
}

body {
	height				: 100%;
	margin				: 0;
	padding				: 0;
	font-family			: Verdana, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #005490;
	text-transform		: uppercase;
}

a:link, a:visited, a:active, a:hover {
	text-decoration		: none;
	color				: #005490;
}

a:hover {
	text-decoration		: underline;
}

ul {
	margin				: 0px;
	padding				: 0px;
	margin-top			: 15px;
	list-style-type		: none;
}

li {
	margin-bottom		: 2px;
}

div#Containner {
	width				: 1000px;
	height				: 605px;
	margin				: auto;
	background-image	: url('_i/index.jpg');
	position			: relative;
}

div#left_cdn	 {
	width				: 170px;
	top					: 340px;
	position			: absolute;
	margin-left			: 50px;
}

div#right_mmp	 {
	width				: 160px;
	top					: 340px;
	right				: 0px;
	position			: absolute;
	margin-right		: 40px;
}

div#right_mmp ul {
	margin				: 0px;
	padding				: 0px;
	margin-top			: 15px;
	margin-left			: 80px;
	list-style-type		: none;
}

div#right_mmp li {
	margin-bottom		: 2px;
}