
body {			background-color: rgb(0,0,0);
}
div.Main {		background: url(../pics/news_25.jpg) 50% 50% no-repeat;
			width: 640px;
			height: 480px;
			position: absolute;
			top: 5px;
			left: 100px;
}
div.Links {		width: 510px;
			height: 360px;
			position: absolute;
			top: 60px;
			left: 65px;
			font: normal normal normal small Arial, sans-serif;
			color: rgb(255,255,255);
			overflow: auto;
}
H1 {			display: block;
			color: rgb(255,255,255);
			font: normal normal bold medium Arial, sans-serif;
			border-top: rgb(255,255,255) 2px solid;
			margin: 2em 0em 1em 0em;
			padding-top: 0.5em;
}
a.TextLink, a.TextLink:link, a.TextLink:visited {
			display: block;
			color: rgb(255,255,255);
			font: normal normal bold small Arial, sans-serif;
			margin: 0.25em 0em;
			padding-left: 1em;
}
a#Back, a#Back:link, a#Back:visited {
			display: block;
			position: absolute;
			top: 480px;
			left: 152px;
			width: 335px;
			height: 40px;
			background: url(../pics/back_arrow_0.gif) 0% 0% repeat;
			color: rgb(255,255,255);
			font: normal normal bold medium Arial, sans-serif;
			text-decoration: none;
			text-align: center;
			border: none;
			margin: 0em;
			padding: 0em;
			padding-top: 12px;
}
a#Back:hover, a#Back:active, a#Back:focus {
			background: url(../pics/back_arrow_1.gif) 0% 0% repeat;
}
img {			border: none;
}