body {
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: White;
	color: Gray;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("../images/abneg.jpg");
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
}

a:link {
	color: Gray;
	text-decoration: none;
}

a:visited {
	color: Gray;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF1493;
}

#Title {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100px;
/*	border: 1px solid Black;*/
}

#Description {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 150px;
/*	border: 1px solid Red;*/
}

#Description div {
	padding: 0px 2px 10px 0px;
	text-align: right;
/*	border: 1px solid White;*/
}

#Images {
	position: relative;
	top: 10px;
	left: 170px;
	width: 600px;
	min-width: 600px;
	min-height: 480px;
/*	border: 1px solid Yellow;*/
}

#Footer {
	position: absolute;
	top: 495px;
	left: 0px;
	right: 0px;
	width: 770px;
/*	border: 1px solid Blue;*/
}

#Footer div {
	width: 770px;
	text-align: center;
}
