body {
	background-image: url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	font-size :12pt;
	line-height:15pt;
	min-width:850px;
	margin:0;
}

img {
	border:0;
}

#main {
	margin:auto;
	width:790px;
}

#header{
	margin:10px auto;
}

#Language {
	cursor:pointer;
	position: relative;
	margin: 10px;
	left: 555px;
}

#TitleImg{
	top:-15px;
	position:relative;
}

#body {
	background-color:white;
	border:1px solid #7098CB;
	border-radius:20px;
	width:100%;
	
}

#footer {
	background-image: url('../images/footer_bg.png');
	background-repeat:no-repeat;
	background-position:left bottom;
	width:100%;
	height:120px;
	color:gray;
	text-align:center;
	font-size:10pt;
}

a:link{
	color:#1C75BC;
	text-decoration:none;
}
a:visited{
	color: #0060A2;
	text-decoration:none;
}
a:hover{
	color:#F7941E;
	text-decoration:none;
}
a:active{ 	
	color:#F7941E;
	text-decoration:underline;
}

#Container{
	width:95%;
	margin:20px auto;
}

.Banner {
	width:750px;
}

.line {
	width:100%;
	margin:20px auto;
}

.RemarkDiv {
	margin:15px auto;
}

.DownloadWordDiv {
	margin:10px 0;
}

#Container a {
	margin-right:8px;
}

.ScrollToTop{
	position:relative;
	float:right;
	top:8px;
}