a {
	color: darkgreen;

}

a:hover {
	color: red;
}

body
{
	background-image: url('background.jpg');
	background-attachment: fixed; 
	background-repeat: no-repeat;
	background-color: black;
}

.left
{
	position: absolute;
	top: 80px;
	height: 400px;
	width: 180px;
}

.left ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.left img
{
	margin-top: 20px;
}

.picture
{
	position:absolute;
	top:160px;
	left:196px;
}

.top 
{
	position: absolute;
	top: 50px;
	left: 413px;
}

.top h1
{
	font-family: Arial;
	color: white;
}

.content
{
	color: darkgreen;
	font-family: Arial;
	font-size: 10pt;
	position: absolute;
	left: 415px;
	top: 125px;
	width: 580px;
	height: 400px;
}

.content td
{
	color: darkgreen;
	font-family: Arial;
	font-size: 10pt;
}