HTML, BODY {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

BODY {
	background: #000;
	font-family: times, "times new roman", "serif";
	color: #fff;
	font-size: 10pt;
}

A {
	text-decoration: underline;
	/* border-bottom: 1px solid #666; */
	color: #666;
}

A:visited {
	text-decoration: underline;
	/* border-bottom: 1px solid #666; */
	color: #666;
}

A:hover {
	text-decoration: underline;
	/* border-bottom: 1px solid #fff; */
	color: #fff;
}

DIV#center {
	position: absolute;
	left: 45%;
	top: 0;
	width: 10%;
	height: 97%;
	background: url(names.gif) bottom center no-repeat;
	text-align: center;
}

DIV#right {
	position: absolute;
	left: 60%;
	top: 0;
	width: 40%;
	padding: 150px 0 30px 0;
}

DIV#right H1 {
	color: #b3b3b3;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}

DIV#right P.left {
	color: #b3b3b3;
	font-size: 12pt;
}


DIV#left {
	position: absolute;
	left: 0px;
	top: 0;
	width: 45%;
	height: 90%;
	padding: 10px 0 30px 0;
}

p.udk {

	margin-bottom: 100px;
	padding-left: 70px;
}

p.disclaimer {
	width: 80%;
	color: #b3b3b3;
	margin-bottom: 50px;
	padding-left: 70px;
}

p.title {
	padding-left: 70px;
}

h2 {
	font-size: 12pt;
	padding-left: 70px;
}

p.out {
	padding-left: 10px;
	font-weight: bold;
	font-size: 12pt;
}

p.isbn {
	float: left;
	font-weight: bold;
	font-size: 8pt;
	padding-left: 70px;
}

p.udk2 {
	float: right;
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
	padding-right: 100px;
}

p.title2 {
	padding-left: 70px;
	text-align: center;
	margin-top: 100px;
}

p.italic {
	color: #b3b3b3;
	font-style: italic;
	padding-left: 70px;
	text-align: center;
	margin: 30px 0 50px 0;
}

p.copyrights {
	font-size: 8pt;
	padding-left: 70px;
	color: #aaa;
	margin: 0 0 20px 0;
}

p.left {
	font-weight: bold;
	padding: 0 60px 5px 0;
	margin: 0;
}

p.underlist {
	text-align: center;
	font-size: 10pt;
	margin: 30px 0 0 0;
	color: #b3b3b3;
	font-style: italic;
}