
/* GLOBAL */


body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #29619f;
	background-image: url('../img/body_bg.jpg');
	background-repeat: repeat;
	background-position: top left;
}

img {
	border: 0px;
}

form, ul {
	margin: 0px;
	padding: 0px;
}

a {
	cursor: pointer;
}





/* LOCAL */

#container {
	width: 800px;
	height: 520px;
	margin: 0px auto;
	text-align: left;
}



#logo {
	width: 365px;
	height: 103px;
	float: left;
}



#language {
	float: right;
	width: 114px;
	height: 45px;
	margin-top: 51px;
	margin-left: 42px;
	margin-right: 18px;
}



#main {
	margin-bottom: 40px;
	overflow: hidden;
	float: left;
}



#links {
	width: 435px;
	height: auto;
	float: left;
}

#links div {
	font-size: 1px;
}




#text {
	margin-left: 15px;
	width: 285px;
	height: 394px;
	overflow: hidden;
	padding: 25px;
	font-family: Georgia;
	font-size: 0.68em;
	line-height: 19px;
	color: #404040;
	text-align: justify;
	float: left;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
}

#text p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}







