.header {
	top: 0px;
}
.navigation {
}
body {
	background-color: #000000;
	background-repeat: repeat;
	background-image: url(images/background_black.jpg);

}
.footer {
	bottom: 0px;
	color: #000000;

}
font {
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	background-image: url(images/right_name_graphic.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 100%;
	width: 759px;
	text-align: left;





}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
