* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	background: #ffffff;
	margin: 0;
}

#background {
	margin: auto;
	width: 580px;
	height: 650px;
	background: url('images/background.jpg');
}

#text1 {
	position: absolute;
	margin: 252px 0 0 10px;
	width: 380px;
	height: 40px;
	font-size: 10pt;
	line-height: 18px;
}

#text2 {
	position: absolute;
	margin: 354px 0 0 22px;
	width: 270px;
	height: 125px;
	font-size: 10pt;
	line-height: 20px;
}

#text3 {
	position: absolute;
	margin: 351px 0 0 318px;
	width: 270px;
	height: 125px;
	font-size: 10pt;
	line-height: 21px;
}

.small-line {
	line-height: 12px;
}

#patch{
	position: absolute;
	margin: 95px 0 0 334px;
	width: 245px;
	height: 215px;
}

#input-div{
	position: absolute;
	margin: 502px 0 0 176px;
	width: 150px;
	height: 25px;
}

#input-div input {
	width: 150px;
	height: 24px;
	font-size: 8pt;
	color: #777;
	padding: 0;
	border: 1px solid transparent;
	background: transparent;
}

#button-div {
	position: absolute;
	margin: 500px 0 0 335px;
	width: 237px;
	height: 30px;
}

#button-popup-div {
	position: absolute;
	margin: 47px 0 0 423px;
	width: 144px;
	height: 20px;
}

#footer {
	position: absolute;
	margin: 565px 0 0 158px;
	width: 420px;
	height: 80px;
	font-size: 8pt;
	color: #444444;
	text-align: justify;
}

/* LINKS */

a:link {
  text-decoration: none;
  color: #444444;
} 
a:visited {
  text-decoration: none;
  color: #444444;
} 
a:hover {
  color: #444444;
}
a:active {
  color: #444444;
}

/* POPUP */

.clickable {
	cursor: pointer;
	color: #555;
}

.clickable:hover {
	color: #000;
}

#popup-content {
	width: 600px;
	height: 500px;
	background: url('images/popup-background.jpg');
	line-height: 20px;
}

#popup-logo {
	position: absolute;
	margin: 0 0 0 394px;
	width: 206px;
	height: 75px;
	background: url('images/popup-logo.jpg');
	line-height: 20px;
}

#popup-title {
	position: absolute;
	margin: 98px 0 0 15px;
	width: 300px;
	height: 25px;
	color: #1a962b;
	font-size: 14pt;
	font-family: Arial Narrow, Arial, sans-serif;
}

#popup-text1 {
	position: absolute;
	margin: 140px 0 0 15px;
	width: 575px;
	height: 50px;
	color: #555555;
	font-size: 9pt;
	font-family:  Arial, sans-serif;
}

#popup-div1 {
	position: absolute;
	margin: 185px 0 0 12px;
	width: 578px;
	height: 60px;
	color: #555555;
	font-size: 9pt;
	font-family:  Arial, sans-serif;
	background: #f0f0f0;
	padding: 5px 3px 5px 3px;
}

#popup-div2 {
	position: absolute;
	margin: 260px 0 0 12px;
	width: 578px;
	height: 122px;
	color: #555555;
	font-size: 9pt;
	font-family:  Arial, sans-serif;
	background: #f0f0f0;
	padding: 5px 3px 5px 3px;
}

.popup-subtitle1 {
	color: #1a962b;
	font-size: 11pt;
	font-weight: bold;
	background: #ffffff;
}

.popup-subtitle2 {
	font-size: 10pt;
	font-weight: bold;
}

#popup-text2 {
	position: absolute;
	margin: 400px 0 0 10px;
	width: 595px;
	height: 50px;
	color: #777777;
	font-size: 8pt;
	font-family:  Arial, sans-serif;
	line-height: 14px;
}

