@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
}
body {
	background-image: url(images/bg.gif);
	background-position: center 513px;
	background-repeat: repeat;
}

.DviCenter {
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#head {
	background-image: url(images/bg_head.gif);
	height: 125px;
	background-repeat: repeat-x;
	background-position: center bottom;
}
#Language {
	height: 100px;
}
#top_right_1 {
	text-align: right;
	line-height: 20px;
	height: 20px;
	padding-right: 10px;
}
#top_right_1 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
#top_right_1 a:hover {
	color: #FF0000;
}
#top_right_2 {
	height: 45px;
	text-align: right;
	padding-top: 35px;
	background-image: url(images/bg_Language.gif);
	background-repeat: no-repeat;
	background-position: 750px 10px;
	padding-right: 10px;
}
#Menu {
	height: 25px;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}
#Menu a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#Menu a:hover {
	color: #FF0000;
}
#body {
	background-color: #000000;
}
#foot {
	padding-top: 25px;
	background-image: url(images/bg_footer.gif);
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
}
#Copyright {
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#Copyright a{
	color: #0099FF;
	text-decoration: none;
}
#Copyright a:hover {
	color: #FF0000;
}
