@charset "utf-8";
/* CSS Document */

body{
	background-color: white;
	background-image: url(bgpattern.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	}
.semibg{
	position: relative;
	/*z-index: 1;*/
	width: 721px;
	height: 467px;
	background-image: url(bg.jpg);
	background-repeat:no-repeat;
	}
.txtnl{
	position: absolute;
	background-color: white;
	/*border: 1px solid black;*/
	top: 220px;
	left: 200px;
	/*z-index: 2;*/
	width: 335px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	/*font-weight: bold;*/
}
.txteng{
	position: absolute;
	background-color: white;
	/*border: 1px solid black;*/
	top: 220px;
	left: 640px;
	/*z-index: 2;*/
	width: 335px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	/*font-weight: bold;*/
}
A:link {
	text-decoration:underline;
	color: black;
	}
A:visited {
	text-decoration: none;
	color: black;
}
A:active {
	text-decoration: none;
	color: black;
	}
A:hover {
	background-color: black;
	color: white;
	}