body {
	background-color: #000000;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	text-align: center; 
	position: relative;
        margin-top: 25%;
        margin-left: 25%;
	margin-right: 25%;
a:link {
	color: white; 
	text-decoration: none;}	
a:hover	{
	color: gray; 
	text-decoration: none;}	
a:visited {
	color: lightgray; 
	text-decoration: none;}
a:visited:hover {
	color: gray;
	text-decoration: none;}
