
body {
	margin: 0;
	background-color: #6CCAD4;
	background-repeat: repeat-x;
	background-image: url(../images/bg.gif);
	background-position: top;
	text-align: left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		color: #424A4D;
}

a:link, a:active, a:visited {
	color: #ffffff;
	font-weight: none;
	text-decoration: none;
}

a:hover {
	color: #424A4D;
	font-weight: none;
	text-decoration: none;
}

a.footer:link, a.footer:active, a.footer:visited {
	color: #817778;
	font-weight: none;
	text-decoration: none;
}

#container {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/bg_english.jpg);
	background-position: top left;
	width: 800px;
	height: 850px; 
}

#maintext {
	position: absolute;
	left: 452px;
	top: 113px;
	width: 455px;
}

#form {
	position: absolute;
	left: 452px;
	top: 280px;
	width: 495px;
	height: 432px;
	overflow: auto;
}
	
h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11pt;
		font-weight: bold;
		padding-top: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-bottom: 0px;
		color: #787473;
}
	
#country {
	position: absolute;
	left: 540px;
	top: 30px;
	color: #fff;
	font-weight: bold;
}

#footer{
		position: absolute;
		left: 20px;
		top: 725px;
		font-size: 9pt;
}

