@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/back.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding-top: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	width:810px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}
#logo {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
    height: 150px;
	width: 810px;
	margin-top: 2px;
	position: relative;
/*	float: left;*/
}
#lang {
	height: 30px;
	width: 810px;
/*	border-top-style: groove;
	border-top-color: d46c23;*/
	position: relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#666;
}
#link {
	height: 30px;
	width: 810px;
/*	border-bottom-style: groove;
	border-bottom-color: d46c23;*/
	position: relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#666;
}
#content {
	padding: 0px;
	position: relative;
	width: 810px;
}
#footer {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-image: url(images/footer.jpg);
	background-position: center top; */
	height: 20px;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 12px;

}
#frame {
	width:100%;
	height:400px;
	border:none;
	border-style:none;
	border-width:0;
}