a:link, a:visited, a:active {
	font-family: Georgia, "Times New Roman", Times, verdana, arial, serif;
	color: #C02779;
}

p {
font-family: Georgia, "Times New Roman", Times, verdana, arial, serif;
}

html,body {
	margin: 0;
	padding: 0;
	background-color: #2D2D2D;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div {
	border: 0px solid #000000;
}

h3 {
	font-family:Verdana;
	color:#fff;
	font-weight:bold;

}

div.container {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 480px;
	z-index:1;
	background-image:url(img/frontpage.jpg);
}
div.container_plain {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 480px;
	z-index:1;
}
div.language {
	position: relative;
	border: 0px solid #000000;
	margin-top:192;
}

div.title{
	position:absolute;
	top:45px;
	left:45px;
	z-index:99;
}

div.text {
	position:absolute;
	text-align: left;
	top:80px;
	left:45px;
	height:340px;
	width:440px;
	overflow:auto;
	font-family: Georgia, Times New Roman, Times, Verdana, Arial, Sans-Serif;
	font-size:11px;
}
